Html Css Color HEX #A80292 Dark Magenta

📋 copy color: '#A80292'

red 168 ◦ green 2 ◦ blue 146

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

Shades of Dark Magenta #A80292

Tints of Dark Magenta #A80292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.2%

R = 53.16%
G = 0.63%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A80292 (or 0xA80292) is known color: Dark Magenta. HEX triplet: A8, 02 and 92. RGB value is (168,2,146). Sum of RGB (Red+Green+Blue) = 168+2+146=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A80292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80292 is #57FD6D. Grayscale: #434343. Windows color (decimal): -5766510 or 9568936. OLE color: 9568936.

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

Color convert

RGB 168 2 146 -
CMYK 0 0.99 0.13 0.34
HSL 307.95º 0.98% 0.33% -
HSV(B) 307.95º 0.99% 0.66% -
XYZ 21.36 10.44 28.08 -
YUV 68.05 172 199.29 -
System Red Green Blue C M Y K H S L
Decimal 168 2 146 0 0.99 0.13 0.34 307.95 0.98 0.33
Hex A8 2 92 0 63 D 22 134 62 21
Octal 250 2 222 0 143 15 42 464 142 41
Binary 10101000 10 10010010 0 1100011 1101 100010 100110100 1100010 100001

Color Harmonies of #A80292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80292

Black with #A80292

Text Example


Text Example

White with #A80292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80292; }

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

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

background-color css

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

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

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

border-color css

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

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

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