#A217CA

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

Shades of Dark Violet #A217CA

Tints of Dark Violet #A217CA

Color information

#A217CA (or 0xA217CA) is unknown color: approx Dark Violet. HEX triplet: A2, 17 and CA. RGB value is (162,23,202). Sum of RGB (Red+Green+Blue) = 162+23+202=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #A217CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217CA is #5DE835. Grayscale: #545454. Windows color (decimal): -6154294 or 13244322. OLE color: 13244322.

HSL color Cylindrical-coordinate representation of color #A217CA: hue angle of 286.59º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A217CA is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16223202-
CMYK0.200.8900.21
HSL286.59º79.56%44.12%-
HSV(B)286.59º88.61%79.22%-
XYZ25.8712.5656.94-
YUV84.97194.05182.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 23 (9.38% from 255) = 5.94%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=41.86%
G=5.94%
B=52.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162232020.200.8900.21286.5979.5644.12
HexA217CA145901511f502c
Octal242273122413102543712054
Binary1010001010111110010101010010110010101011000111111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A217CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A217CA; }

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

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

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

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

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

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

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

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