#AF11A5

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

Shades of Dark Magenta #AF11A5

Tints of Dark Magenta #AF11A5

Color information

#AF11A5 (or 0xAF11A5) is unknown color: approx Dark Magenta. HEX triplet: AF, 11 and A5. RGB value is (175,17,165). Sum of RGB (Red+Green+Blue) = 175+17+165=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF11A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF11A5 is #50EE5A. Grayscale: #505050. Windows color (decimal): -5303899 or 10817967. OLE color: 10817967.

HSL color Cylindrical-coordinate representation of color #AF11A5: hue angle of 303.8º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF11A5 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17517165-
CMYK00.900.060.31
HSL303.8º82.29%37.65%-
HSV(B)303.8º90.29%68.63%-
XYZ24.6712.2336.66-
YUV81.11175.35194.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 17 (7.03% from 255) = 4.76%
BLUE value IS 165 (64.84% from 255) = 46.22%
R=49.02%
G=4.76%
B=46.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751716500.900.060.31303.882.2937.65
HexAF11A505A61F1305226
Octal25721245013263746012246
Binary10101111100011010010101011010110111111001100001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF11A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF11A5; }

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

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

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

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

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

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

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

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