#AF5291

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

Shades of Mulberry #AF5291

Tints of Mulberry #AF5291

Color information

#AF5291 (or 0xAF5291) is unknown color: approx Mulberry. HEX triplet: AF, 52 and 91. RGB value is (175,82,145). Sum of RGB (Red+Green+Blue) = 175+82+145=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5291 is #50AD6E. Grayscale: #747474. Windows color (decimal): -5287279 or 9523887. OLE color: 9523887.

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

Color convert

RGB17582145-
CMYK00.530.170.31
HSL319.35º36.76%50.39%-
HSV(B)319.35º53.14%68.63%-
XYZ25.8117.1928.75-
YUV116.99143.81169.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 82 (32.42% from 255) = 20.40%
BLUE value IS 145 (57.03% from 255) = 36.07%
R=43.53%
G=20.40%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758214500.530.170.31319.3536.7650.39
HexAF5291035111F13f2532
Octal25712222106521374774562
Binary1010111110100101001000101101011000111111100111111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5291; }

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

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

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

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

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

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

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

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