#a80fa5

Color #A80FA5 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A80FA5

Tints of Dark Magenta #A80FA5

Color information

#A80FA5 (or 0xA80FA5) is unknown color: approx Dark Magenta. HEX triplet: A8, 0F and A5. RGB value is (168,15,165). Sum of RGB (Red+Green+Blue) = 168+15+165=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A80FA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80FA5 is #57F05A. Grayscale: #4D4D4D. Windows color (decimal): -5763163 or 10817448. OLE color: 10817448.

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

Color convert

RGB16815165-
CMYK00.910.020.34
HSL301.18º83.61%35.88%-
HSV(B)301.18º91.07%65.88%-
XYZ23.1111.3836.58-
YUV77.85177.19192.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.28%
GREEN value IS 15 (6.25% from 255) = 4.31%
BLUE value IS 165 (64.84% from 255) = 47.41%
R=48.28%
G=4.31%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681516500.910.020.34301.1883.6135.88
HexA8FA505B22212d5424
Octal25017245013324245512444
Binary1010100011111010010101011011101000101001011011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a80fa5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a80fa5; }

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

 H1.HeaderClassName
 {
   color: #a80fa5;
 }
 .AnyTagClassName
 {
   color: #a80fa5;
 }
</style>
background-color css

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

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

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

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

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

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