Html Css Color HEX #A80293 Dark Magenta

📋 copy color: '#A80293'

red 168 ◦ green 2 ◦ blue 147

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

Shades of Dark Magenta #A80293

Tints of Dark Magenta #A80293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.37%

R = 53%
G = 0.63%
B = 46.37%

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

#A80293 (or 0xA80293) is known color: Dark Magenta. HEX triplet: A8, 02 and 93. RGB value is (168,2,147). Sum of RGB (Red+Green+Blue) = 168+2+147=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A80293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80293 is #57FD6C. Grayscale: #434343. Windows color (decimal): -5766509 or 9634472. OLE color: 9634472.

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

Color convert

RGB 168 2 147 -
CMYK 0 0.99 0.13 0.34
HSL 307.59º 0.98% 0.33% -
HSV(B) 307.59º 0.99% 0.66% -
XYZ 21.44 10.47 28.5 -
YUV 68.16 172.5 199.21 -
System Red Green Blue C M Y K H S L
Decimal 168 2 147 0 0.99 0.13 0.34 307.59 0.98 0.33
Hex A8 2 93 0 63 D 22 134 62 21
Octal 250 2 223 0 143 15 42 464 142 41
Binary 10101000 10 10010011 0 1100011 1101 100010 100110100 1100010 100001

Color Harmonies of #A80293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80293

Black with #A80293

Text Example


Text Example

White with #A80293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80293; }

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

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

background-color css

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

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

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

border-color css

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

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

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