#A005CA

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

Shades of Dark Violet #A005CA

Tints of Dark Violet #A005CA

Color information

#A005CA (or 0xA005CA) is unknown color: approx Dark Violet. HEX triplet: A0, 05 and CA. RGB value is (160,5,202). Sum of RGB (Red+Green+Blue) = 160+5+202=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #A005CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005CA is #5FFA35. Grayscale: #494949. Windows color (decimal): -6289974 or 13239712. OLE color: 13239712.

HSL color Cylindrical-coordinate representation of color #A005CA: hue angle of 287.21º 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 #A005CA is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1605202-
CMYK0.210.9800.21
HSL287.21º95.17%40.59%-
HSV(B)287.21º97.52%79.22%-
XYZ25.2111.8556.83-
YUV73.8200.35189.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 5 (2.34% from 255) = 1.36%
BLUE value IS 202 (79.30% from 255) = 55.04%
R=43.60%
G=1.36%
B=55.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16052020.210.9800.21287.2195.1740.59
HexA05CA156201511f5f29
Octal24053122514202543713751
Binary10100000101110010101010111000100101011000111111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A005CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A005CA; }

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

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

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

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

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

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

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

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