Html Css Color HEX #A80B9D Dark Magenta

📋 copy color: '#A80B9D'

red 168 ◦ green 11 ◦ blue 157

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

Shades of Dark Magenta #A80B9D

Tints of Dark Magenta #A80B9D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.27%

 BLUE value IS 157 (61.72% from 255) = 46.73%

R = 50%
G = 3.27%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A80B9D (or 0xA80B9D) is known color: Dark Magenta. HEX triplet: A8, 0B and 9D. RGB value is (168,11,157). Sum of RGB (Red+Green+Blue) = 168+11+157=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80B9D is #57F462. Grayscale: #4A4A4A. Windows color (decimal): -5764195 or 10292136. OLE color: 10292136.

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

Color convert

RGB 168 11 157 -
CMYK 0 0.93 0.07 0.34
HSL 304.2º 0.88% 0.35% -
HSV(B) 304.2º 0.93% 0.66% -
XYZ 22.35 11 32.84 -
YUV 74.59 174.51 194.63 -
System Red Green Blue C M Y K H S L
Decimal 168 11 157 0 0.93 0.07 0.34 304.2 0.88 0.35
Hex A8 B 9D 0 5D 7 22 130 58 23
Octal 250 13 235 0 135 7 42 460 130 43
Binary 10101000 1011 10011101 0 1011101 111 100010 100110000 1011000 100011

Color Harmonies of #A80B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80B9D

Black with #A80B9D

Text Example


Text Example

White with #A80B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80B9D; }

 p { color: rgb(168,11,157); }

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

background-color css

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

 a { background-color: rgb(168,11,157); }

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

border-color css

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

 span { border-color: rgb(168,11,157); }

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