Html Css Color HEX #A00AB9 Dark Violet

📋 copy color: '#A00AB9'

red 160 ◦ green 10 ◦ blue 185

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

Shades of Dark Violet #A00AB9

Tints of Dark Violet #A00AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 52.11%

R = 45.07%
G = 2.82%
B = 52.11%

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

#A00AB9 (or 0xA00AB9) is known color: Dark Violet. HEX triplet: A0, 0A and B9. RGB value is (160,10,185). Sum of RGB (Red+Green+Blue) = 160+10+185=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 185 (72.66% from 255 or 52.11% from 355); Max value from RGB is 185 - color contains mainly: blue. Hex color #A00AB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00AB9 is #5FF546. Grayscale: #4A4A4A. Windows color (decimal): -6288711 or 12126880. OLE color: 12126880.

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

Color convert

RGB 160 10 185 -
CMYK 0.14 0.95 0 0.27
HSL 291.43º 0.9% 0.38% -
HSV(B) 291.43º 0.95% 0.73% -
XYZ 23.36 11.19 46.83 -
YUV 74.8 190.2 188.77 -
System Red Green Blue C M Y K H S L
Decimal 160 10 185 0.14 0.95 0 0.27 291.43 0.9 0.38
Hex A0 A B9 E 5F 0 1B 123 5A 26
Octal 240 12 271 16 137 0 33 443 132 46
Binary 10100000 1010 10111001 1110 1011111 0 11011 100100011 1011010 100110

Color Harmonies of #A00AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00AB9

Black with #A00AB9

Text Example


Text Example

White with #A00AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00AB9; }

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

 H1.HeaderClassName
 {
   color: #A00AB9;
 }
 .AnyTagClassName
 {
   color: #A00AB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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