#AF5694

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

Shades of Mulberry #AF5694

Tints of Mulberry #AF5694

Color information

#AF5694 (or 0xAF5694) is unknown color: approx Mulberry. HEX triplet: AF, 56 and 94. RGB value is (175,86,148). Sum of RGB (Red+Green+Blue) = 175+86+148=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5694 is #50A96B. Grayscale: #777777. Windows color (decimal): -5286252 or 9721519. OLE color: 9721519.

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

Color convert

RGB17586148-
CMYK00.510.150.31
HSL318.2º35.74%51.18%-
HSV(B)318.2º50.86%68.63%-
XYZ26.3517.9130.08-
YUV119.68143.99167.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 86 (33.98% from 255) = 21.03%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=42.79%
G=21.03%
B=36.19%

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
Decimal1758614800.510.150.31318.235.7451.18
HexAF5694033F1F13e2433
Octal25712622406317374764463
Binary101011111010110100101000110011111111111100111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5694; }

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

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

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

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

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

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

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

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