Html Css Color HEX #A80AAB Dark Magenta

📋 copy color: '#A80AAB'

red 168 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #A80AAB

Tints of Dark Magenta #A80AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49%

R = 48.14%
G = 2.87%
B = 49%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A80AAB (or 0xA80AAB) is known color: Dark Magenta. HEX triplet: A8, 0A and AB. RGB value is (168,10,171). Sum of RGB (Red+Green+Blue) = 168+10+171=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #A80AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80AAB is #57F554. Grayscale: #4B4B4B. Windows color (decimal): -5764437 or 11209384. OLE color: 11209384.

HSL color Cylindrical-coordinate representation of color #A80AAB: hue angle of 298.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80AAB is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 10 171 -
CMYK 0.02 0.94 0 0.33
HSL 298.88º 0.89% 0.35% -
HSV(B) 298.88º 0.94% 0.67% -
XYZ 23.61 11.48 39.5 -
YUV 75.6 181.85 193.91 -
System Red Green Blue C M Y K H S L
Decimal 168 10 171 0.02 0.94 0 0.33 298.88 0.89 0.35
Hex A8 A AB 2 5E 0 21 12B 59 23
Octal 250 12 253 2 136 0 41 453 131 43
Binary 10101000 1010 10101011 10 1011110 0 100001 100101011 1011001 100011

Color Harmonies of #A80AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80AAB

Black with #A80AAB

Text Example


Text Example

White with #A80AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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