#A215B7

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

Shades of Dark Violet #A215B7

Tints of Dark Violet #A215B7

Color information

#A215B7 (or 0xA215B7) is unknown color: approx Dark Violet. HEX triplet: A2, 15 and B7. RGB value is (162,21,183). Sum of RGB (Red+Green+Blue) = 162+21+183=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #A215B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215B7 is #5DEA48. Grayscale: #515151. Windows color (decimal): -6154825 or 11998626. OLE color: 11998626.

HSL color Cylindrical-coordinate representation of color #A215B7: hue angle of 292.22º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A215B7 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16221183-
CMYK0.110.8900.28
HSL292.22º79.41%40%-
HSV(B)292.22º88.52%71.76%-
XYZ23.7211.6445.8-
YUV81.63185.21185.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 21 (8.59% from 255) = 5.74%
BLUE value IS 183 (71.88% from 255) = 50%
R=44.26%
G=5.74%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal162211830.110.8900.28292.2279.4140
HexA215B7B5901C1244f28
Octal242252671313103444411750
Binary101000101010110110111101110110010111001001001001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A215B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A215B7; }

 p { color: rgb(162,21,183); }

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

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

 a { background-color: rgb(162,21,183); }

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

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

 span { border-color: rgb(162,21,183); }

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