#AF0DA5

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

Shades of Dark Magenta #AF0DA5

Tints of Dark Magenta #AF0DA5

Color information

#AF0DA5 (or 0xAF0DA5) is unknown color: approx Dark Magenta. HEX triplet: AF, 0D and A5. RGB value is (175,13,165). Sum of RGB (Red+Green+Blue) = 175+13+165=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 165 (64.84% from 255 or 46.74% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0DA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0DA5 is #50F25A. Grayscale: #4E4E4E. Windows color (decimal): -5304923 or 10816943. OLE color: 10816943.

HSL color Cylindrical-coordinate representation of color #AF0DA5: hue angle of 303.7º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0DA5 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17513165-
CMYK00.930.060.31
HSL303.7º86.17%36.86%-
HSV(B)303.7º92.57%68.63%-
XYZ24.6112.1236.64-
YUV78.77176.67196.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.58%
GREEN value IS 13 (5.47% from 255) = 3.68%
BLUE value IS 165 (64.84% from 255) = 46.74%
R=49.58%
G=3.68%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751316500.930.060.31303.786.1736.86
HexAFDA505D61F1305625
Octal25715245013563746012645
Binary1010111111011010010101011101110111111001100001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0DA5; }

 p { color: rgb(175,13,165); }

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

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

 a { background-color: rgb(175,13,165); }

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

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

 span { border-color: rgb(175,13,165); }

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