#A211EE

Color #A211EE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A211EE

Tints of Dark Violet #A211EE

Color information

#A211EE (or 0xA211EE) is unknown color: approx Dark Violet. HEX triplet: A2, 11 and EE. RGB value is (162,17,238). Sum of RGB (Red+Green+Blue) = 162+17+238=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #A211EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A211EE is #5DEE11. Grayscale: #545454. Windows color (decimal): -6155794 or 15602082. OLE color: 15602082.

HSL color Cylindrical-coordinate representation of color #A211EE: hue angle of 279.37º 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 #A211EE is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16217238-
CMYK0.320.9300.07
HSL279.37º86.67%50%-
HSV(B)279.37º92.86%93.33%-
XYZ30.5314.2682.03-
YUV85.55214.04182.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 17 (7.03% from 255) = 4.08%
BLUE value IS 238 (93.36% from 255) = 57.07%
R=38.85%
G=4.08%
B=57.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162172380.320.9300.07279.3786.6750
HexA211EE205D071175732
Octal24221356401350742712762
Binary101000101000111101110100000101110101111000101111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A211EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A211EE; }

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

 H1.HeaderClassName
 {
   color: #A211EE;
 }
 .AnyTagClassName
 {
   color: #A211EE;
 }
</style>
background-color css

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

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

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

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

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

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