Html Css Color HEX #A80AAF Deep Magenta

📋 copy color: '#A80AAF'

red 168 ◦ green 10 ◦ blue 175

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

Shades of Deep Magenta #A80AAF

Tints of Deep Magenta #A80AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.58%

R = 47.59%
G = 2.83%
B = 49.58%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A80AAF (or 0xA80AAF) is known color: Deep Magenta. HEX triplet: A8, 0A and AF. RGB value is (168,10,175). Sum of RGB (Red+Green+Blue) = 168+10+175=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #A80AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80AAF is #57F550. Grayscale: #4B4B4B. Windows color (decimal): -5764433 or 11471528. OLE color: 11471528.

HSL color Cylindrical-coordinate representation of color #A80AAF: hue angle of 297.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80AAF is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 10 175 -
CMYK 0.04 0.94 0 0.31
HSL 297.45º 0.89% 0.36% -
HSV(B) 297.45º 0.94% 0.69% -
XYZ 23.99 11.64 41.54 -
YUV 76.05 183.85 193.58 -
System Red Green Blue C M Y K H S L
Decimal 168 10 175 0.04 0.94 0 0.31 297.45 0.89 0.36
Hex A8 A AF 4 5E 0 1F 129 59 24
Octal 250 12 257 4 136 0 37 451 131 44
Binary 10101000 1010 10101111 100 1011110 0 11111 100101001 1011001 100100

Color Harmonies of #A80AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80AAF

Black with #A80AAF

Text Example


Text Example

White with #A80AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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