#A213B4

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

Shades of Dark Violet #A213B4

Tints of Dark Violet #A213B4

Color information

#A213B4 (or 0xA213B4) is unknown color: approx Dark Violet. HEX triplet: A2, 13 and B4. RGB value is (162,19,180). Sum of RGB (Red+Green+Blue) = 162+19+180=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #A213B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A213B4 is #5DEC4B. Grayscale: #4F4F4F. Windows color (decimal): -6155340 or 11801506. OLE color: 11801506.

HSL color Cylindrical-coordinate representation of color #A213B4: hue angle of 293.29º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A213B4 is Cyan = 0.1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16219180-
CMYK0.10.8900.29
HSL293.29º80.9%39.02%-
HSV(B)293.29º89.44%70.59%-
XYZ23.3711.4444.16-
YUV80.11184.38186.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 19 (7.81% from 255) = 5.26%
BLUE value IS 180 (70.70% from 255) = 49.86%
R=44.88%
G=5.26%
B=49.86%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162191800.10.8900.29293.2980.939.02
HexA213B4A5901D1255127
Octal242232641213103544512147
Binary101000101001110110100101010110010111011001001011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A213B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A213B4; }

 p { color: rgb(162,19,180); }

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

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

 a { background-color: rgb(162,19,180); }

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

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

 span { border-color: rgb(162,19,180); }

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