#A00ABB

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

Shades of Dark Violet #A00ABB

Tints of Dark Violet #A00ABB

Color information

#A00ABB (or 0xA00ABB) is unknown color: approx Dark Violet. HEX triplet: A0, 0A and BB. RGB value is (160,10,187). Sum of RGB (Red+Green+Blue) = 160+10+187=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #A00ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ABB is #5FF544. Grayscale: #4A4A4A. Windows color (decimal): -6288709 or 12257952. OLE color: 12257952.

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

Color convert

RGB16010187-
CMYK0.140.9500.27
HSL290.85º89.85%38.63%-
HSV(B)290.85º94.65%73.33%-
XYZ23.5811.2847.95-
YUV75.03191.2188.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 10 (4.30% from 255) = 2.80%
BLUE value IS 187 (73.44% from 255) = 52.38%
R=44.82%
G=2.80%
B=52.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160101870.140.9500.27290.8589.8538.63
HexA0ABBE5F01B1235a27
Octal240122731613703344313247
Binary10100000101010111011111010111110110111001000111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00ABB; }

 p { color: rgb(160,10,187); }

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

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

 a { background-color: rgb(160,10,187); }

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

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

 span { border-color: rgb(160,10,187); }

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