Html Css Color HEX #A80392 Dark Magenta

📋 copy color: '#A80392'

red 168 ◦ green 3 ◦ blue 146

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

Shades of Dark Magenta #A80392

Tints of Dark Magenta #A80392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

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

R = 53%
G = 0.95%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A80392 (or 0xA80392) is known color: Dark Magenta. HEX triplet: A8, 03 and 92. RGB value is (168,3,146). Sum of RGB (Red+Green+Blue) = 168+3+146=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A80392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80392 is #57FC6D. Grayscale: #444444. Windows color (decimal): -5766254 or 9569192. OLE color: 9569192.

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

Color convert

RGB 168 3 146 -
CMYK 0 0.98 0.13 0.34
HSL 308º 0.96% 0.34% -
HSV(B) 308º 0.98% 0.66% -
XYZ 21.37 10.47 28.09 -
YUV 68.64 171.66 198.87 -
System Red Green Blue C M Y K H S L
Decimal 168 3 146 0 0.98 0.13 0.34 308 0.96 0.34
Hex A8 3 92 0 62 D 22 134 60 22
Octal 250 3 222 0 142 15 42 464 140 42
Binary 10101000 11 10010010 0 1100010 1101 100010 100110100 1100000 100010

Color Harmonies of #A80392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80392

Black with #A80392

Text Example


Text Example

White with #A80392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80392; }

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

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

background-color css

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

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

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

border-color css

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

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

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