Html Css Color HEX #A211CC Dark Violet

📋 copy color: '#A211CC'

red 162 ◦ green 17 ◦ blue 204

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

Shades of Dark Violet #A211CC

Tints of Dark Violet #A211CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 42.3%
G = 4.44%
B = 53.26%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A211CC (or 0xA211CC) is known color: Dark Violet. HEX triplet: A2, 11 and CC. RGB value is (162,17,204). Sum of RGB (Red+Green+Blue) = 162+17+204=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #A211CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A211CC is #5DEE33. Grayscale: #515151. Windows color (decimal): -6155828 or 13373858. OLE color: 13373858.

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

Color convert

RGB 162 17 204 -
CMYK 0.21 0.92 0 0.2
HSL 286.52º 0.85% 0.43% -
HSV(B) 286.52º 0.92% 0.8% -
XYZ 26 12.44 58.16 -
YUV 81.67 197.04 185.29 -
System Red Green Blue C M Y K H S L
Decimal 162 17 204 0.21 0.92 0 0.2 286.52 0.85 0.43
Hex A2 11 CC 15 5C 0 14 11F 55 2B
Octal 242 21 314 25 134 0 24 437 125 53
Binary 10100010 10001 11001100 10101 1011100 0 10100 100011111 1010101 101011

Color Harmonies of #A211CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A211CC

Black with #A211CC

Text Example


Text Example

White with #A211CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A211CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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