#a211cc

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

Shades of Dark Violet #A211CC

Tints of Dark Violet #A211CC

Color information

#A211CC (or 0xA211CC) is unknown color: approx 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

RGB16217204-
CMYK0.210.9200.2
HSL286.52º84.62%43.33%-
HSV(B)286.52º91.67%80%-
XYZ2612.4458.16-
YUV81.67197.04185.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 17 (7.03% from 255) = 4.44%
BLUE value IS 204 (80.08% from 255) = 53.26%
R=42.30%
G=4.44%
B=53.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal162172040.210.9200.2286.5284.6243.33
HexA211CC155C01411f552b
Octal242213142513402443712553
Binary1010001010001110011001010110111000101001000111111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a211cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>