Html Css Color HEX #A80297 Dark Magenta

📋 copy color: '#A80297'

red 168 ◦ green 2 ◦ blue 151

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

Shades of Dark Magenta #A80297

Tints of Dark Magenta #A80297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 151 (59.38% from 255) = 47.04%

R = 52.34%
G = 0.62%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A80297 (or 0xA80297) is known color: Dark Magenta. HEX triplet: A8, 02 and 97. RGB value is (168,2,151). Sum of RGB (Red+Green+Blue) = 168+2+151=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A80297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80297 is #57FD68. Grayscale: #444444. Windows color (decimal): -5766505 or 9896616. OLE color: 9896616.

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

Color convert

RGB 168 2 151 -
CMYK 0 0.99 0.10 0.34
HSL 306.14º 0.98% 0.33% -
HSV(B) 306.14º 0.99% 0.66% -
XYZ 21.76 10.6 30.18 -
YUV 68.62 174.5 198.88 -
System Red Green Blue C M Y K H S L
Decimal 168 2 151 0 0.99 0.10 0.34 306.14 0.98 0.33
Hex A8 2 97 0 63 A 22 132 62 21
Octal 250 2 227 0 143 12 42 462 142 41
Binary 10101000 10 10010111 0 1100011 1010 100010 100110010 1100010 100001

Color Harmonies of #A80297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80297

Black with #A80297

Text Example


Text Example

White with #A80297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80297; }

 p { color: rgb(168,2,151); }

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

background-color css

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

 a { background-color: rgb(168,2,151); }

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

border-color css

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

 span { border-color: rgb(168,2,151); }

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