#A105CA

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

Shades of Dark Violet #A105CA

Tints of Dark Violet #A105CA

Color information

#A105CA (or 0xA105CA) is unknown color: approx Dark Violet. HEX triplet: A1, 05 and CA. RGB value is (161,5,202). Sum of RGB (Red+Green+Blue) = 161+5+202=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #A105CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A105CA is #5EFA35. Grayscale: #494949. Windows color (decimal): -6224438 or 13239713. OLE color: 13239713.

HSL color Cylindrical-coordinate representation of color #A105CA: hue angle of 287.51º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A105CA is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1615202-
CMYK0.200.9800.21
HSL287.51º95.17%40.59%-
HSV(B)287.51º97.52%79.22%-
XYZ25.4111.9556.84-
YUV74.1200.18189.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.75%
GREEN value IS 5 (2.34% from 255) = 1.36%
BLUE value IS 202 (79.30% from 255) = 54.89%
R=43.75%
G=1.36%
B=54.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16152020.200.9800.21287.5195.1740.59
HexA15CA14620151205f29
Octal24153122414202544013751
Binary10100001101110010101010011000100101011001000001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A105CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A105CA; }

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

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

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

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

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

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

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

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