Html Css Color HEX #A00ABD Dark Violet

📋 copy color: '#A00ABD'

red 160 ◦ green 10 ◦ blue 189

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

Shades of Dark Violet #A00ABD

Tints of Dark Violet #A00ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.65%

R = 44.57%
G = 2.79%
B = 52.65%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A00ABD (or 0xA00ABD) is known color: Dark Violet. HEX triplet: A0, 0A and BD. RGB value is (160,10,189). Sum of RGB (Red+Green+Blue) = 160+10+189=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #A00ABD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ABD is #5FF542. Grayscale: #4A4A4A. Windows color (decimal): -6288707 or 12389024. OLE color: 12389024.

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

Color convert

RGB 160 10 189 -
CMYK 0.15 0.95 0 0.26
HSL 290.28º 0.9% 0.39% -
HSV(B) 290.28º 0.95% 0.74% -
XYZ 23.79 11.36 49.08 -
YUV 75.26 192.2 188.45 -
System Red Green Blue C M Y K H S L
Decimal 160 10 189 0.15 0.95 0 0.26 290.28 0.9 0.39
Hex A0 A BD F 5F 0 1A 122 5A 27
Octal 240 12 275 17 137 0 32 442 132 47
Binary 10100000 1010 10111101 1111 1011111 0 11010 100100010 1011010 100111

Color Harmonies of #A00ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00ABD

Black with #A00ABD

Text Example


Text Example

White with #A00ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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