Html Css Color HEX #A80FAB Dark Magenta

📋 copy color: '#A80FAB'

red 168 ◦ green 15 ◦ blue 171

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

Shades of Dark Magenta #A80FAB

Tints of Dark Magenta #A80FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.24%

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

R = 47.46%
G = 4.24%
B = 48.31%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A80FAB (or 0xA80FAB) is known color: Dark Magenta. HEX triplet: A8, 0F and AB. RGB value is (168,15,171). Sum of RGB (Red+Green+Blue) = 168+15+171=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #A80FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80FAB is #57F054. Grayscale: #4E4E4E. Windows color (decimal): -5763157 or 11210664. OLE color: 11210664.

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

Color convert

RGB 168 15 171 -
CMYK 0.02 0.91 0 0.33
HSL 298.85º 0.84% 0.36% -
HSV(B) 298.85º 0.91% 0.67% -
XYZ 23.67 11.61 39.52 -
YUV 78.53 180.19 191.82 -
System Red Green Blue C M Y K H S L
Decimal 168 15 171 0.02 0.91 0 0.33 298.85 0.84 0.36
Hex A8 F AB 2 5B 0 21 12B 54 24
Octal 250 17 253 2 133 0 41 453 124 44
Binary 10101000 1111 10101011 10 1011011 0 100001 100101011 1010100 100100

Color Harmonies of #A80FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80FAB

Black with #A80FAB

Text Example


Text Example

White with #A80FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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