Html Css Color HEX #A211C0 Dark Violet

📋 copy color: '#A211C0'

red 162 ◦ green 17 ◦ blue 192

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

Shades of Dark Violet #A211C0

Tints of Dark Violet #A211C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.75%

R = 43.67%
G = 4.58%
B = 51.75%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A211C0 (or 0xA211C0) is known color: Dark Violet. HEX triplet: A2, 11 and C0. RGB value is (162,17,192). Sum of RGB (Red+Green+Blue) = 162+17+192=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #A211C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A211C0 is #5DEE3F. Grayscale: #4F4F4F. Windows color (decimal): -6155840 or 12587426. OLE color: 12587426.

HSL color Cylindrical-coordinate representation of color #A211C0: hue angle of 289.71º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A211C0 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 17 192 -
CMYK 0.16 0.91 0 0.25
HSL 289.71º 0.84% 0.41% -
HSV(B) 289.71º 0.91% 0.75% -
XYZ 24.62 11.89 50.87 -
YUV 80.31 191.04 186.27 -
System Red Green Blue C M Y K H S L
Decimal 162 17 192 0.16 0.91 0 0.25 289.71 0.84 0.41
Hex A2 11 C0 10 5B 0 19 122 54 29
Octal 242 21 300 20 133 0 31 442 124 51
Binary 10100010 10001 11000000 10000 1011011 0 11001 100100010 1010100 101001

Color Harmonies of #A211C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A211C0

Black with #A211C0

Text Example


Text Example

White with #A211C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A211C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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