#AF5295

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

Shades of Mulberry #AF5295

Tints of Mulberry #AF5295

Color information

#AF5295 (or 0xAF5295) is unknown color: approx Mulberry. HEX triplet: AF, 52 and 95. RGB value is (175,82,149). Sum of RGB (Red+Green+Blue) = 175+82+149=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5295 is #50AD6A. Grayscale: #757575. Windows color (decimal): -5287275 or 9786031. OLE color: 9786031.

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

Color convert

RGB17582149-
CMYK00.530.150.31
HSL316.77º36.76%50.39%-
HSV(B)316.77º53.14%68.63%-
XYZ26.1217.3230.4-
YUV117.44145.81169.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=43.10%
G=20.20%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758214900.530.150.31316.7736.7650.39
HexAF5295035F1F13d2532
Octal25712222506517374754562
Binary101011111010010100101010110101111111111100111101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5295; }

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

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

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

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

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

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

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

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