#A217E2

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

Shades of Dark Violet #A217E2

Tints of Dark Violet #A217E2

Color information

#A217E2 (or 0xA217E2) is unknown color: approx Dark Violet. HEX triplet: A2, 17 and E2. RGB value is (162,23,226). Sum of RGB (Red+Green+Blue) = 162+23+226=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 226 (88.67% from 255 or 54.99% from 411); Max value from RGB is 226 - color contains mainly: blue. Hex color #A217E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217E2 is #5DE81D. Grayscale: #575757. Windows color (decimal): -6154270 or 14817186. OLE color: 14817186.

HSL color Cylindrical-coordinate representation of color #A217E2: hue angle of 281.08º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A217E2 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16223226-
CMYK0.280.9000.11
HSL281.08º81.53%48.82%-
HSV(B)281.08º89.82%88.63%-
XYZ28.9313.7973.09-
YUV87.7206.05180.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 23 (9.38% from 255) = 5.60%
BLUE value IS 226 (88.67% from 255) = 54.99%
R=39.42%
G=5.60%
B=54.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal162232260.280.9000.11281.0881.5348.82
HexA217E21C5A0B1195231
Octal242273423413201343112261
Binary101000101011111100010111001011010010111000110011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A217E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A217E2; }

 p { color: rgb(162,23,226); }

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

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

 a { background-color: rgb(162,23,226); }

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

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

 span { border-color: rgb(162,23,226); }

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