Html Css Color HEX #A80FAD Dark Magenta

📋 copy color: '#A80FAD'

red 168 ◦ green 15 ◦ blue 173

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

Shades of Dark Magenta #A80FAD

Tints of Dark Magenta #A80FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.21%

 BLUE value IS 173 (67.97% from 255) = 48.6%

R = 47.19%
G = 4.21%
B = 48.6%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A80FAD (or 0xA80FAD) is known color: Dark Magenta. HEX triplet: A8, 0F and AD. RGB value is (168,15,173). Sum of RGB (Red+Green+Blue) = 168+15+173=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #A80FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80FAD is #57F052. Grayscale: #4E4E4E. Windows color (decimal): -5763155 or 11341736. OLE color: 11341736.

HSL color Cylindrical-coordinate representation of color #A80FAD: hue angle of 298.1º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A80FAD is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 15 173 -
CMYK 0.03 0.91 0 0.32
HSL 298.1º 0.84% 0.37% -
HSV(B) 298.1º 0.91% 0.68% -
XYZ 23.86 11.68 40.53 -
YUV 78.76 181.19 191.65 -
System Red Green Blue C M Y K H S L
Decimal 168 15 173 0.03 0.91 0 0.32 298.1 0.84 0.37
Hex A8 F AD 3 5B 0 20 12A 54 25
Octal 250 17 255 3 133 0 40 452 124 45
Binary 10101000 1111 10101101 11 1011011 0 100000 100101010 1010100 100101

Color Harmonies of #A80FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80FAD

Black with #A80FAD

Text Example


Text Example

White with #A80FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80FAD; }

 p { color: rgb(168,15,173); }

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

background-color css

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

 a { background-color: rgb(168,15,173); }

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

border-color css

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

 span { border-color: rgb(168,15,173); }

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