#a20fb2

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

Shades of Dark Violet #A20FB2

Tints of Dark Violet #A20FB2

Color information

#A20FB2 (or 0xA20FB2) is unknown color: approx Dark Violet. HEX triplet: A2, 0F and B2. RGB value is (162,15,178). Sum of RGB (Red+Green+Blue) = 162+15+178=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 178 (69.92% from 255 or 50.14% from 355); Max value from RGB is 178 - color contains mainly: blue. Hex color #A20FB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20FB2 is #5DF04D. Grayscale: #4D4D4D. Windows color (decimal): -6156366 or 11669410. OLE color: 11669410.

HSL color Cylindrical-coordinate representation of color #A20FB2: hue angle of 294.11º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20FB2 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16215178-
CMYK0.090.9200.30
HSL294.11º84.46%37.84%-
HSV(B)294.11º91.57%69.8%-
XYZ23.1111.2443.07-
YUV77.54184.7188.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 15 (6.25% from 255) = 4.23%
BLUE value IS 178 (69.92% from 255) = 50.14%
R=45.63%
G=4.23%
B=50.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal162151780.090.9200.30294.1184.4637.84
HexA2FB295C01E1265426
Octal242172621113403644612446
Binary10100010111110110010100110111000111101001001101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a20fb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a20fb2; }

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

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

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

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

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

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

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

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