#A201C6

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

Shades of Dark Violet #A201C6

Tints of Dark Violet #A201C6

Color information

#A201C6 (or 0xA201C6) is unknown color: approx Dark Violet. HEX triplet: A2, 01 and C6. RGB value is (162,1,198). Sum of RGB (Red+Green+Blue) = 162+1+198=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #A201C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201C6 is #5DFE39. Grayscale: #464646. Windows color (decimal): -6159930 or 12976546. OLE color: 12976546.

HSL color Cylindrical-coordinate representation of color #A201C6: hue angle of 289.04º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A201C6 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1621198-
CMYK0.180.9900.22
HSL289.04º98.99%39.02%-
HSV(B)289.04º99.49%77.65%-
XYZ25.111.7854.38-
YUV71.6199.34192.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 198 (77.73% from 255) = 54.85%
R=44.88%
G=0.28%
B=54.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16211980.180.9900.22289.0498.9939.02
HexA21C612630161216327
Octal24213062214302644114347
Binary101000101110001101001011000110101101001000011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A201C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A201C6; }

 p { color: rgb(162,1,198); }

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

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

 a { background-color: rgb(162,1,198); }

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

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

 span { border-color: rgb(162,1,198); }

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