Html Css Color HEX #A80BAC Dark Magenta

📋 copy color: '#A80BAC'

red 168 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #A80BAC

Tints of Dark Magenta #A80BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49%

R = 47.86%
G = 3.13%
B = 49%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A80BAC (or 0xA80BAC) is known color: Dark Magenta. HEX triplet: A8, 0B and AC. RGB value is (168,11,172). Sum of RGB (Red+Green+Blue) = 168+11+172=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #A80BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80BAC is #57F453. Grayscale: #4B4B4B. Windows color (decimal): -5764180 or 11275176. OLE color: 11275176.

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

Color convert

RGB 168 11 172 -
CMYK 0.02 0.94 0 0.33
HSL 298.51º 0.88% 0.36% -
HSV(B) 298.51º 0.94% 0.67% -
XYZ 23.71 11.54 40.01 -
YUV 76.3 182.01 193.41 -
System Red Green Blue C M Y K H S L
Decimal 168 11 172 0.02 0.94 0 0.33 298.51 0.88 0.36
Hex A8 B AC 2 5E 0 21 12B 58 24
Octal 250 13 254 2 136 0 41 453 130 44
Binary 10101000 1011 10101100 10 1011110 0 100001 100101011 1011000 100100

Color Harmonies of #A80BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80BAC

Black with #A80BAC

Text Example


Text Example

White with #A80BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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