#AF5696

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

Shades of Mulberry #AF5696

Tints of Mulberry #AF5696

Color information

#AF5696 (or 0xAF5696) is unknown color: approx Mulberry. HEX triplet: AF, 56 and 96. RGB value is (175,86,150). Sum of RGB (Red+Green+Blue) = 175+86+150=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5696 is #50A969. Grayscale: #777777. Windows color (decimal): -5286250 or 9852591. OLE color: 9852591.

HSL color Cylindrical-coordinate representation of color #AF5696: hue angle of 316.85º 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 #AF5696 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17586150-
CMYK00.510.140.31
HSL316.85º35.74%51.18%-
HSV(B)316.85º50.86%68.63%-
XYZ26.5117.9730.93-
YUV119.91144.99167.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 86 (33.98% from 255) = 20.92%
BLUE value IS 150 (58.98% from 255) = 36.50%
R=42.58%
G=20.92%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758615000.510.140.31316.8535.7451.18
HexAF5696033E1F13d2433
Octal25712622606316374754463
Binary101011111010110100101100110011111011111100111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5696; }

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

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

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

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

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

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

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

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