Html Css Color HEX #A80495 Dark Magenta

📋 copy color: '#A80495'

red 168 ◦ green 4 ◦ blue 149

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

Shades of Dark Magenta #A80495

Tints of Dark Magenta #A80495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.42%

R = 52.34%
G = 1.25%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A80495 (or 0xA80495) is known color: Dark Magenta. HEX triplet: A8, 04 and 95. RGB value is (168,4,149). Sum of RGB (Red+Green+Blue) = 168+4+149=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A80495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80495 is #57FB6A. Grayscale: #454545. Windows color (decimal): -5765995 or 9766056. OLE color: 9766056.

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

Color convert

RGB 168 4 149 -
CMYK 0 0.98 0.11 0.34
HSL 306.95º 0.95% 0.34% -
HSV(B) 306.95º 0.98% 0.66% -
XYZ 21.62 10.58 29.34 -
YUV 69.57 172.83 198.21 -
System Red Green Blue C M Y K H S L
Decimal 168 4 149 0 0.98 0.11 0.34 306.95 0.95 0.34
Hex A8 4 95 0 62 B 22 133 5F 22
Octal 250 4 225 0 142 13 42 463 137 42
Binary 10101000 100 10010101 0 1100010 1011 100010 100110011 1011111 100010

Color Harmonies of #A80495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80495

Black with #A80495

Text Example


Text Example

White with #A80495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80495; }

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

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

background-color css

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

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

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

border-color css

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

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

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