#A216CE

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

Shades of Dark Violet #A216CE

Tints of Dark Violet #A216CE

Color information

#A216CE (or 0xA216CE) is unknown color: approx Dark Violet. HEX triplet: A2, 16 and CE. RGB value is (162,22,206). Sum of RGB (Red+Green+Blue) = 162+22+206=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #A216CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A216CE is #5DE931. Grayscale: #545454. Windows color (decimal): -6154546 or 13506210. OLE color: 13506210.

HSL color Cylindrical-coordinate representation of color #A216CE: hue angle of 285.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A216CE is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16222206-
CMYK0.210.8900.19
HSL285.65º80.7%44.71%-
HSV(B)285.65º89.32%80.78%-
XYZ26.3312.7159.46-
YUV84.84196.38183.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 22 (8.98% from 255) = 5.64%
BLUE value IS 206 (80.86% from 255) = 52.82%
R=41.54%
G=5.64%
B=52.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162222060.210.8900.19285.6580.744.71
HexA216CE155901311e512d
Octal242263162513102343612155
Binary1010001010110110011101010110110010100111000111101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A216CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A216CE; }

 p { color: rgb(162,22,206); }

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

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

 a { background-color: rgb(162,22,206); }

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

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

 span { border-color: rgb(162,22,206); }

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