#A212BE

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

Shades of Dark Violet #A212BE

Tints of Dark Violet #A212BE

Color information

#A212BE (or 0xA212BE) is unknown color: approx Dark Violet. HEX triplet: A2, 12 and BE. RGB value is (162,18,190). Sum of RGB (Red+Green+Blue) = 162+18+190=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #A212BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A212BE is #5DED41. Grayscale: #505050. Windows color (decimal): -6155586 or 12456610. OLE color: 12456610.

HSL color Cylindrical-coordinate representation of color #A212BE: hue angle of 290.23º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A212BE is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16218190-
CMYK0.150.9100.25
HSL290.23º82.69%40.78%-
HSV(B)290.23º90.53%74.51%-
XYZ24.4111.8349.71-
YUV80.66189.71186.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 18 (7.42% from 255) = 4.86%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=43.78%
G=4.86%
B=51.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162181900.150.9100.25290.2382.6940.78
HexA212BEF5B0191225329
Octal242222761713303144212351
Binary101000101001010111110111110110110110011001000101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A212BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A212BE; }

 p { color: rgb(162,18,190); }

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

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

 a { background-color: rgb(162,18,190); }

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

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

 span { border-color: rgb(162,18,190); }

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