Html Css Color HEX #A00ABF Dark Violet

📋 copy color: '#A00ABF'

red 160 ◦ green 10 ◦ blue 191

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

Shades of Dark Violet #A00ABF

Tints of Dark Violet #A00ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.91%

R = 44.32%
G = 2.77%
B = 52.91%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A00ABF (or 0xA00ABF) is known color: Dark Violet. HEX triplet: A0, 0A and BF. RGB value is (160,10,191). Sum of RGB (Red+Green+Blue) = 160+10+191=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #A00ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ABF is #5FF540. Grayscale: #4A4A4A. Windows color (decimal): -6288705 or 12520096. OLE color: 12520096.

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

Color convert

RGB 160 10 191 -
CMYK 0.16 0.95 0 0.25
HSL 289.72º 0.9% 0.39% -
HSV(B) 289.72º 0.95% 0.75% -
XYZ 24.01 11.45 50.24 -
YUV 75.48 193.2 188.28 -
System Red Green Blue C M Y K H S L
Decimal 160 10 191 0.16 0.95 0 0.25 289.72 0.9 0.39
Hex A0 A BF 10 5F 0 19 122 5A 27
Octal 240 12 277 20 137 0 31 442 132 47
Binary 10100000 1010 10111111 10000 1011111 0 11001 100100010 1011010 100111

Color Harmonies of #A00ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00ABF

Black with #A00ABF

Text Example


Text Example

White with #A00ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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