Html Css Color HEX #A00ABA Dark Violet

📋 copy color: '#A00ABA'

red 160 ◦ green 10 ◦ blue 186

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

Shades of Dark Violet #A00ABA

Tints of Dark Violet #A00ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 44.94%
G = 2.81%
B = 52.25%

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

#A00ABA (or 0xA00ABA) is known color: Dark Violet. HEX triplet: A0, 0A and BA. RGB value is (160,10,186). Sum of RGB (Red+Green+Blue) = 160+10+186=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #A00ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ABA is #5FF545. Grayscale: #4A4A4A. Windows color (decimal): -6288710 or 12192416. OLE color: 12192416.

HSL color Cylindrical-coordinate representation of color #A00ABA: hue angle of 291.14º 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 #A00ABA is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 10 186 -
CMYK 0.14 0.95 0 0.27
HSL 291.14º 0.9% 0.38% -
HSV(B) 291.14º 0.95% 0.73% -
XYZ 23.47 11.24 47.39 -
YUV 74.91 190.7 188.69 -
System Red Green Blue C M Y K H S L
Decimal 160 10 186 0.14 0.95 0 0.27 291.14 0.9 0.38
Hex A0 A BA E 5F 0 1B 123 5A 26
Octal 240 12 272 16 137 0 33 443 132 46
Binary 10100000 1010 10111010 1110 1011111 0 11011 100100011 1011010 100110

Color Harmonies of #A00ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00ABA

Black with #A00ABA

Text Example


Text Example

White with #A00ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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