#A203CA

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

Shades of Dark Violet #A203CA

Tints of Dark Violet #A203CA

Color information

#A203CA (or 0xA203CA) is unknown color: approx Dark Violet. HEX triplet: A2, 03 and CA. RGB value is (162,3,202). Sum of RGB (Red+Green+Blue) = 162+3+202=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 3 (1.56% from 255 or 0.82% 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 #A203CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A203CA is #5DFC35. Grayscale: #484848. Windows color (decimal): -6159414 or 13239202. OLE color: 13239202.

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

Color convert

RGB1623202-
CMYK0.200.9900.21
HSL287.94º97.07%40.2%-
HSV(B)287.94º98.51%79.22%-
XYZ25.5912.0156.85-
YUV73.23200.68191.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 3 (1.56% from 255) = 0.82%
BLUE value IS 202 (79.30% from 255) = 55.04%
R=44.14%
G=0.82%
B=55.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16232020.200.9900.21287.9497.0740.2
HexA23CA14630151206128
Octal24233122414302544014150
Binary1010001011110010101010011000110101011001000001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A203CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A203CA; }

 p { color: rgb(162,3,202); }

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

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

 a { background-color: rgb(162,3,202); }

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

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

 span { border-color: rgb(162,3,202); }

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