#A00FB9

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

Shades of Dark Violet #A00FB9

Tints of Dark Violet #A00FB9

Color information

#A00FB9 (or 0xA00FB9) is unknown color: approx Dark Violet. HEX triplet: A0, 0F and B9. RGB value is (160,15,185). Sum of RGB (Red+Green+Blue) = 160+15+185=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #A00FB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FB9 is #5FF046. Grayscale: #4D4D4D. Windows color (decimal): -6287431 or 12128160. OLE color: 12128160.

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

Color convert

RGB16015185-
CMYK0.140.9200.27
HSL291.18º85%39.22%-
HSV(B)291.18º91.89%72.55%-
XYZ23.4211.3246.85-
YUV77.74188.54186.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 15 (6.25% from 255) = 4.17%
BLUE value IS 185 (72.66% from 255) = 51.39%
R=44.44%
G=4.17%
B=51.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160151850.140.9200.27291.188539.22
HexA0FB9E5C01B1235527
Octal240172711613403344312547
Binary10100000111110111001111010111000110111001000111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00FB9; }

 p { color: rgb(160,15,185); }

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

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

 a { background-color: rgb(160,15,185); }

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

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

 span { border-color: rgb(160,15,185); }

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