#A20FB7

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

Shades of Dark Violet #A20FB7

Tints of Dark Violet #A20FB7

Color information

#A20FB7 (or 0xA20FB7) is unknown color: approx Dark Violet. HEX triplet: A2, 0F and B7. RGB value is (162,15,183). Sum of RGB (Red+Green+Blue) = 162+15+183=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 183 (71.88% from 255 or 50.83% from 360); Max value from RGB is 183 - color contains mainly: blue. Hex color #A20FB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20FB7 is #5DF048. Grayscale: #4D4D4D. Windows color (decimal): -6156361 or 11997090. OLE color: 11997090.

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

Color convert

RGB16215183-
CMYK0.110.9200.28
HSL292.5º84.85%38.82%-
HSV(B)292.5º91.8%71.76%-
XYZ23.6211.4445.76-
YUV78.1187.2187.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 15 (6.25% from 255) = 4.17%
BLUE value IS 183 (71.88% from 255) = 50.83%
R=45%
G=4.17%
B=50.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal162151830.110.9200.28292.584.8538.82
HexA2FB7B5C01C1245527
Octal242172671313403444412547
Binary10100010111110110111101110111000111001001001001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20FB7; }

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

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

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

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

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

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

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

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