Html Css Color HEX #A211EC Dark Violet

📋 copy color: '#A211EC'

red 162 ◦ green 17 ◦ blue 236

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

Shades of Dark Violet #A211EC

Tints of Dark Violet #A211EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 39.04%
G = 4.1%
B = 56.87%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A211EC (or 0xA211EC) is known color: Dark Violet. HEX triplet: A2, 11 and EC. RGB value is (162,17,236). Sum of RGB (Red+Green+Blue) = 162+17+236=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #A211EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A211EC is #5DEE13. Grayscale: #545454. Windows color (decimal): -6155796 or 15471010. OLE color: 15471010.

HSL color Cylindrical-coordinate representation of color #A211EC: hue angle of 279.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A211EC is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 17 236 -
CMYK 0.31 0.93 0 0.07
HSL 279.73º 0.87% 0.5% -
HSV(B) 279.73º 0.93% 0.93% -
XYZ 30.24 14.14 80.49 -
YUV 85.32 213.04 182.69 -
System Red Green Blue C M Y K H S L
Decimal 162 17 236 0.31 0.93 0 0.07 279.73 0.87 0.5
Hex A2 11 EC 1F 5D 0 7 118 57 32
Octal 242 21 354 37 135 0 7 430 127 62
Binary 10100010 10001 11101100 11111 1011101 0 111 100011000 1010111 110010

Color Harmonies of #A211EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A211EC

Black with #A211EC

Text Example


Text Example

White with #A211EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A211EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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