Html Css Color HEX #A00ABB Dark Violet

📋 copy color: '#A00ABB'

red 160 ◦ green 10 ◦ blue 187

#A00ABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A00ABB

Tints of Dark Violet #A00ABB

RGB

 RED value IS 160 (62.89% from 255) = 44.82%

 GREEN value IS 10 (4.3% from 255) = 2.8%

 BLUE value IS 187 (73.44% from 255) = 52.38%

R = 44.82%
G = 2.8%
B = 52.38%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A00ABB (or 0xA00ABB) is known color: 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

RGB 160 10 187 -
CMYK 0.14 0.95 0 0.27
HSL 290.85º 0.9% 0.39% -
HSV(B) 290.85º 0.95% 0.73% -
XYZ 23.58 11.28 47.95 -
YUV 75.03 191.2 188.61 -
System Red Green Blue C M Y K H S L
Decimal 160 10 187 0.14 0.95 0 0.27 290.85 0.9 0.39
Hex A0 A BB E 5F 0 1B 123 5A 27
Octal 240 12 273 16 137 0 33 443 132 47
Binary 10100000 1010 10111011 1110 1011111 0 11011 100100011 1011010 100111

Color Harmonies of #A00ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00ABB

Black with #A00ABB

Text Example


Text Example

White with #A00ABB

Text Example


Text Example

HTML Codes & Css Web 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>