#AF5695

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

Shades of Mulberry #AF5695

Tints of Mulberry #AF5695

Color information

#AF5695 (or 0xAF5695) is unknown color: approx Mulberry. HEX triplet: AF, 56 and 95. RGB value is (175,86,149). Sum of RGB (Red+Green+Blue) = 175+86+149=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5695 is #50A96A. Grayscale: #777777. Windows color (decimal): -5286251 or 9787055. OLE color: 9787055.

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

Color convert

RGB17586149-
CMYK00.510.150.31
HSL317.53º35.74%51.18%-
HSV(B)317.53º50.86%68.63%-
XYZ26.4317.9430.5-
YUV119.79144.49167.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 86 (33.98% from 255) = 20.98%
BLUE value IS 149 (58.59% from 255) = 36.34%
R=42.68%
G=20.98%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758614900.510.150.31317.5335.7451.18
HexAF5695033F1F13e2433
Octal25712622506317374764463
Binary101011111010110100101010110011111111111100111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5695; }

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

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

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

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

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

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

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

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