#A105C3

Color #A105C3 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A105C3

Tints of Dark Violet #A105C3

Color information

#A105C3 (or 0xA105C3) is unknown color: approx Dark Violet. HEX triplet: A1, 05 and C3. RGB value is (161,5,195). Sum of RGB (Red+Green+Blue) = 161+5+195=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 195 (76.56% from 255 or 54.02% from 361); Max value from RGB is 195 - color contains mainly: blue. Hex color #A105C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A105C3 is #5EFA3C. Grayscale: #484848. Windows color (decimal): -6224445 or 12780961. OLE color: 12780961.

HSL color Cylindrical-coordinate representation of color #A105C3: hue angle of 289.26º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A105C3 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1615195-
CMYK0.170.9700.24
HSL289.26º95%39.22%-
HSV(B)289.26º97.44%76.47%-
XYZ24.611.6352.58-
YUV73.3196.68190.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 5 (2.34% from 255) = 1.39%
BLUE value IS 195 (76.56% from 255) = 54.02%
R=44.60%
G=1.39%
B=54.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16151950.170.9700.24289.269539.22
HexA15C311610181215f27
Octal24153032114103044113747
Binary10100001101110000111000111000010110001001000011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A105C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A105C3; }

 p { color: rgb(161,5,195); }

 H1.HeaderClassName
 {
   color: #A105C3;
 }
 .AnyTagClassName
 {
   color: #A105C3;
 }
</style>
background-color css

<style>
 a { background-color: #A105C3; }

 a { background-color: rgb(161,5,195); }

 div.DivClassName
 {
   background-color: #A105C3;
 }
 .BgClassName
 {
   background-color: #A105C3;
 }
</style>
border-color css

<style>
 span { border-color: #A105C3; }

 span { border-color: rgb(161,5,195); }

 td.TdClassName
 {
   border-color: #A105C3;
 }
 .TagClassName
 {
   border-color: #A105C3;
 }
</style>