Html Css Color HEX #A80ABD Dark Violet

📋 copy color: '#A80ABD'

red 168 ◦ green 10 ◦ blue 189

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

Shades of Dark Violet #A80ABD

Tints of Dark Violet #A80ABD

RGB

 RED value IS 168 (66.02% from 255) = 45.78%

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

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

R = 45.78%
G = 2.72%
B = 51.5%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A80ABD (or 0xA80ABD) is known color: Dark Violet. HEX triplet: A8, 0A and BD. RGB value is (168,10,189). Sum of RGB (Red+Green+Blue) = 168+10+189=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #A80ABD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80ABD is #57F542. Grayscale: #4D4D4D. Windows color (decimal): -5764419 or 12389032. OLE color: 12389032.

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

Color convert

RGB 168 10 189 -
CMYK 0.11 0.95 0 0.26
HSL 292.96º 0.9% 0.39% -
HSV(B) 292.96º 0.95% 0.74% -
XYZ 25.44 12.22 49.16 -
YUV 77.65 190.85 192.45 -
System Red Green Blue C M Y K H S L
Decimal 168 10 189 0.11 0.95 0 0.26 292.96 0.9 0.39
Hex A8 A BD B 5F 0 1A 125 5A 27
Octal 250 12 275 13 137 0 32 445 132 47
Binary 10101000 1010 10111101 1011 1011111 0 11010 100100101 1011010 100111

Color Harmonies of #A80ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80ABD

Black with #A80ABD

Text Example


Text Example

White with #A80ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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