#A201DE

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

Shades of Dark Violet #A201DE

Tints of Dark Violet #A201DE

Color information

#A201DE (or 0xA201DE) is unknown color: approx Dark Violet. HEX triplet: A2, 01 and DE. RGB value is (162,1,222). Sum of RGB (Red+Green+Blue) = 162+1+222=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #A201DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201DE is #5DFE21. Grayscale: #494949. Windows color (decimal): -6159906 or 14549410. OLE color: 14549410.

HSL color Cylindrical-coordinate representation of color #A201DE: hue angle of 283.71º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A201DE is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1621222-
CMYK0.271.0000.13
HSL283.71º99.1%43.73%-
HSV(B)283.71º99.55%87.06%-
XYZ28.112.9870.13-
YUV74.33211.34190.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 222 (87.11% from 255) = 57.66%
R=42.08%
G=0.26%
B=57.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16212220.271.0000.13283.7199.143.73
HexA21DE1B640D11c632c
Octal24213363314401543414354
Binary10100010111011110110111100100011011000111001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A201DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A201DE; }

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

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

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

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

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

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

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

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