Html Css Color HEX #A80DAB Dark Magenta

📋 copy color: '#A80DAB'

red 168 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #A80DAB

Tints of Dark Magenta #A80DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.69%

 BLUE value IS 171 (67.19% from 255) = 48.58%

R = 47.73%
G = 3.69%
B = 48.58%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A80DAB (or 0xA80DAB) is known color: Dark Magenta. HEX triplet: A8, 0D and AB. RGB value is (168,13,171). Sum of RGB (Red+Green+Blue) = 168+13+171=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #A80DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80DAB is #57F254. Grayscale: #4C4C4C. Windows color (decimal): -5763669 or 11210152. OLE color: 11210152.

HSL color Cylindrical-coordinate representation of color #A80DAB: hue angle of 298.86º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80DAB is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 13 171 -
CMYK 0.02 0.92 0 0.33
HSL 298.86º 0.86% 0.36% -
HSV(B) 298.86º 0.92% 0.67% -
XYZ 23.64 11.55 39.51 -
YUV 77.36 180.85 192.65 -
System Red Green Blue C M Y K H S L
Decimal 168 13 171 0.02 0.92 0 0.33 298.86 0.86 0.36
Hex A8 D AB 2 5C 0 21 12B 56 24
Octal 250 15 253 2 134 0 41 453 126 44
Binary 10101000 1101 10101011 10 1011100 0 100001 100101011 1010110 100100

Color Harmonies of #A80DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80DAB

Black with #A80DAB

Text Example


Text Example

White with #A80DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80DAB; }

 p { color: rgb(168,13,171); }

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

background-color css

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

 a { background-color: rgb(168,13,171); }

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

border-color css

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

 span { border-color: rgb(168,13,171); }

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