Html Css Color HEX #A80892 Dark Magenta

📋 copy color: '#A80892'

red 168 ◦ green 8 ◦ blue 146

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

Shades of Dark Magenta #A80892

Tints of Dark Magenta #A80892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.48%

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

R = 52.17%
G = 2.48%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A80892 (or 0xA80892) is known color: Dark Magenta. HEX triplet: A8, 08 and 92. RGB value is (168,8,146). Sum of RGB (Red+Green+Blue) = 168+8+146=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A80892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80892 is #57F76D. Grayscale: #474747. Windows color (decimal): -5764974 or 9570472. OLE color: 9570472.

HSL color Cylindrical-coordinate representation of color #A80892: hue angle of 308.25º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80892 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 8 146 -
CMYK 0 0.95 0.13 0.34
HSL 308.25º 0.91% 0.35% -
HSV(B) 308.25º 0.95% 0.66% -
XYZ 21.42 10.57 28.11 -
YUV 71.57 170.01 196.78 -
System Red Green Blue C M Y K H S L
Decimal 168 8 146 0 0.95 0.13 0.34 308.25 0.91 0.35
Hex A8 8 92 0 5F D 22 134 5B 23
Octal 250 10 222 0 137 15 42 464 133 43
Binary 10101000 1000 10010010 0 1011111 1101 100010 100110100 1011011 100011

Color Harmonies of #A80892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80892

Black with #A80892

Text Example


Text Example

White with #A80892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80892; }

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

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

background-color css

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

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

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

border-color css

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

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

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