Html Css Color HEX #A80291 Dark Magenta

📋 copy color: '#A80291'

red 168 ◦ green 2 ◦ blue 145

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

Shades of Dark Magenta #A80291

Tints of Dark Magenta #A80291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 53.33%
G = 0.63%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A80291 (or 0xA80291) is known color: Dark Magenta. HEX triplet: A8, 02 and 91. RGB value is (168,2,145). Sum of RGB (Red+Green+Blue) = 168+2+145=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A80291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80291 is #57FD6E. Grayscale: #434343. Windows color (decimal): -5766511 or 9503400. OLE color: 9503400.

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

Color convert

RGB 168 2 145 -
CMYK 0 0.99 0.14 0.34
HSL 308.31º 0.98% 0.33% -
HSV(B) 308.31º 0.99% 0.66% -
XYZ 21.28 10.41 27.68 -
YUV 67.94 171.5 199.37 -
System Red Green Blue C M Y K H S L
Decimal 168 2 145 0 0.99 0.14 0.34 308.31 0.98 0.33
Hex A8 2 91 0 63 E 22 134 62 21
Octal 250 2 221 0 143 16 42 464 142 41
Binary 10101000 10 10010001 0 1100011 1110 100010 100110100 1100010 100001

Color Harmonies of #A80291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80291

Black with #A80291

Text Example


Text Example

White with #A80291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80291; }

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

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

background-color css

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

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

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

border-color css

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

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

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