Html Css Color HEX #A211CE Dark Violet

📋 copy color: '#A211CE'

red 162 ◦ green 17 ◦ blue 206

#A211CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A211CE

Tints of Dark Violet #A211CE

RGB

 RED value IS 162 (63.67% from 255) = 42.08%

 GREEN value IS 17 (7.03% from 255) = 4.42%

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 42.08%
G = 4.42%
B = 53.51%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A211CE (or 0xA211CE) is known color: Dark Violet. HEX triplet: A2, 11 and CE. RGB value is (162,17,206). Sum of RGB (Red+Green+Blue) = 162+17+206=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #A211CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A211CE is #5DEE31. Grayscale: #515151. Windows color (decimal): -6155826 or 13504930. OLE color: 13504930.

HSL color Cylindrical-coordinate representation of color #A211CE: hue angle of 286.03º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A211CE is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 17 206 -
CMYK 0.21 0.92 0 0.19
HSL 286.03º 0.85% 0.44% -
HSV(B) 286.03º 0.92% 0.81% -
XYZ 26.24 12.54 59.43 -
YUV 81.9 198.04 185.13 -
System Red Green Blue C M Y K H S L
Decimal 162 17 206 0.21 0.92 0 0.19 286.03 0.85 0.44
Hex A2 11 CE 15 5C 0 13 11E 55 2C
Octal 242 21 316 25 134 0 23 436 125 54
Binary 10100010 10001 11001110 10101 1011100 0 10011 100011110 1010101 101100

Color Harmonies of #A211CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A211CE

Black with #A211CE

Text Example


Text Example

White with #A211CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A211CE; }

 p { color: rgb(162,17,206); }

 H1.HeaderClassName
 {
   color: #A211CE;
 }
 .AnyTagClassName
 {
   color: #A211CE;
 }
</style>

background-color css

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

 a { background-color: rgb(162,17,206); }

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

border-color css

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

 span { border-color: rgb(162,17,206); }

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