Html Css Color HEX #A211EB Dark Violet

📋 copy color: '#A211EB'

red 162 ◦ green 17 ◦ blue 235

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

Shades of Dark Violet #A211EB

Tints of Dark Violet #A211EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.76%

R = 39.13%
G = 4.11%
B = 56.76%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A211EB (or 0xA211EB) is known color: Dark Violet. HEX triplet: A2, 11 and EB. RGB value is (162,17,235). Sum of RGB (Red+Green+Blue) = 162+17+235=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #A211EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A211EB is #5DEE14. Grayscale: #545454. Windows color (decimal): -6155797 or 15405474. OLE color: 15405474.

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

Color convert

RGB 162 17 235 -
CMYK 0.31 0.93 0 0.08
HSL 279.91º 0.87% 0.49% -
HSV(B) 279.91º 0.93% 0.92% -
XYZ 30.1 14.08 79.73 -
YUV 85.21 212.54 182.77 -
System Red Green Blue C M Y K H S L
Decimal 162 17 235 0.31 0.93 0 0.08 279.91 0.87 0.49
Hex A2 11 EB 1F 5D 0 8 118 57 31
Octal 242 21 353 37 135 0 10 430 127 61
Binary 10100010 10001 11101011 11111 1011101 0 1000 100011000 1010111 110001

Color Harmonies of #A211EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A211EB

Black with #A211EB

Text Example


Text Example

White with #A211EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A211EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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