#A00BB9

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

Shades of Dark Violet #A00BB9

Tints of Dark Violet #A00BB9

Color information

#A00BB9 (or 0xA00BB9) is unknown color: approx Dark Violet. HEX triplet: A0, 0B and B9. RGB value is (160,11,185). Sum of RGB (Red+Green+Blue) = 160+11+185=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #A00BB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00BB9 is #5FF446. Grayscale: #4A4A4A. Windows color (decimal): -6288455 or 12127136. OLE color: 12127136.

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

Color convert

RGB16011185-
CMYK0.140.9400.27
HSL291.38º88.78%38.43%-
HSV(B)291.38º94.05%72.55%-
XYZ23.3711.2246.83-
YUV75.39189.86188.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.94%
GREEN value IS 11 (4.69% from 255) = 3.09%
BLUE value IS 185 (72.66% from 255) = 51.97%
R=44.94%
G=3.09%
B=51.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160111850.140.9400.27291.3888.7838.43
HexA0BB9E5E01B1235926
Octal240132711613603344313146
Binary10100000101110111001111010111100110111001000111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00BB9; }

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

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

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

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

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

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

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

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