#A20FBE

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

Shades of Dark Violet #A20FBE

Tints of Dark Violet #A20FBE

Color information

#A20FBE (or 0xA20FBE) is unknown color: approx Dark Violet. HEX triplet: A2, 0F and BE. RGB value is (162,15,190). Sum of RGB (Red+Green+Blue) = 162+15+190=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #A20FBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20FBE is #5DF041. Grayscale: #4E4E4E. Windows color (decimal): -6156354 or 12455842. OLE color: 12455842.

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

Color convert

RGB16215190-
CMYK0.150.9200.25
HSL290.4º85.37%40.2%-
HSV(B)290.4º92.11%74.51%-
XYZ24.3711.7449.7-
YUV78.9190.7187.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 15 (6.25% from 255) = 4.09%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=44.14%
G=4.09%
B=51.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162151900.150.9200.25290.485.3740.2
HexA2FBEF5C0191225528
Octal242172761713403144212550
Binary10100010111110111110111110111000110011001000101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20FBE; }

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

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

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

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

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

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

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

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