Html Css Color HEX #A80CAD Dark Magenta

📋 copy color: '#A80CAD'

red 168 ◦ green 12 ◦ blue 173

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

Shades of Dark Magenta #A80CAD

Tints of Dark Magenta #A80CAD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.4%

 BLUE value IS 173 (67.97% from 255) = 49.01%

R = 47.59%
G = 3.4%
B = 49.01%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A80CAD (or 0xA80CAD) is known color: Dark Magenta. HEX triplet: A8, 0C and AD. RGB value is (168,12,173). Sum of RGB (Red+Green+Blue) = 168+12+173=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #A80CAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80CAD is #57F352. Grayscale: #4C4C4C. Windows color (decimal): -5763923 or 11340968. OLE color: 11340968.

HSL color Cylindrical-coordinate representation of color #A80CAD: hue angle of 298.14º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80CAD is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 12 173 -
CMYK 0.03 0.93 0 0.32
HSL 298.14º 0.87% 0.36% -
HSV(B) 298.14º 0.93% 0.68% -
XYZ 23.82 11.6 40.52 -
YUV 77 182.18 192.91 -
System Red Green Blue C M Y K H S L
Decimal 168 12 173 0.03 0.93 0 0.32 298.14 0.87 0.36
Hex A8 C AD 3 5D 0 20 12A 57 24
Octal 250 14 255 3 135 0 40 452 127 44
Binary 10101000 1100 10101101 11 1011101 0 100000 100101010 1010111 100100

Color Harmonies of #A80CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80CAD

Black with #A80CAD

Text Example


Text Example

White with #A80CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80CAD; }

 p { color: rgb(168,12,173); }

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

background-color css

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

 a { background-color: rgb(168,12,173); }

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

border-color css

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

 span { border-color: rgb(168,12,173); }

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