Html Css Color HEX #A80498 Dark Magenta

📋 copy color: '#A80498'

red 168 ◦ green 4 ◦ blue 152

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

Shades of Dark Magenta #A80498

Tints of Dark Magenta #A80498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

 BLUE value IS 152 (59.77% from 255) = 46.91%

R = 51.85%
G = 1.23%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A80498 (or 0xA80498) is known color: Dark Magenta. HEX triplet: A8, 04 and 98. RGB value is (168,4,152). Sum of RGB (Red+Green+Blue) = 168+4+152=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A80498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80498 is #57FB67. Grayscale: #454545. Windows color (decimal): -5765992 or 9962664. OLE color: 9962664.

HSL color Cylindrical-coordinate representation of color #A80498: hue angle of 305.85º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80498 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 4 152 -
CMYK 0 0.98 0.10 0.34
HSL 305.85º 0.95% 0.34% -
HSV(B) 305.85º 0.98% 0.66% -
XYZ 21.86 10.68 30.61 -
YUV 69.91 174.33 197.97 -
System Red Green Blue C M Y K H S L
Decimal 168 4 152 0 0.98 0.10 0.34 305.85 0.95 0.34
Hex A8 4 98 0 62 A 22 132 5F 22
Octal 250 4 230 0 142 12 42 462 137 42
Binary 10101000 100 10011000 0 1100010 1010 100010 100110010 1011111 100010

Color Harmonies of #A80498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80498

Black with #A80498

Text Example


Text Example

White with #A80498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80498; }

 p { color: rgb(168,4,152); }

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

background-color css

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

 a { background-color: rgb(168,4,152); }

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

border-color css

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

 span { border-color: rgb(168,4,152); }

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