#AF0095

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

Shades of Dark Magenta #AF0095

Tints of Dark Magenta #AF0095

Color information

#AF0095 (or 0xAF0095) is unknown color: approx Dark Magenta. HEX triplet: AF, 00 and 95. RGB value is (175,0,149). Sum of RGB (Red+Green+Blue) = 175+0+149=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0095 is #50FF6A. Grayscale: #444444. Windows color (decimal): -5308267 or 9765039. OLE color: 9765039.

HSL color Cylindrical-coordinate representation of color #AF0095: hue angle of 308.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0095 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB1750149-
CMYK010.150.31
HSL308.91º100%34.31%-
HSV(B)308.91º100%68.63%-
XYZ23.111.2829.39-
YUV69.31172.98203.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 45.99%
R=54.01%
G=0%
B=45.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1750149010.150.31308.9110034.31
HexAF095064F1F1356422
Octal25702250144173746514442
Binary10101111010010101011001001111111111001101011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0095; }

 p { color: rgb(175,0,149); }

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

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

 a { background-color: rgb(175,0,149); }

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

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

 span { border-color: rgb(175,0,149); }

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