#AF5F91

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

Shades of Mulberry #AF5F91

Tints of Mulberry #AF5F91

Color information

#AF5F91 (or 0xAF5F91) is unknown color: approx Mulberry. HEX triplet: AF, 5F and 91. RGB value is (175,95,145). Sum of RGB (Red+Green+Blue) = 175+95+145=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5F91 is #50A06E. Grayscale: #7C7C7C. Windows color (decimal): -5283951 or 9527215. OLE color: 9527215.

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

Color convert

RGB17595145-
CMYK00.460.170.31
HSL322.5º33.33%52.94%-
HSV(B)322.5º45.71%68.63%-
XYZ26.8819.3429.1-
YUV124.62139.5163.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 145 (57.03% from 255) = 34.94%
R=42.17%
G=22.89%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759514500.460.170.31322.533.3352.94
HexAF5F9102E111F1422135
Octal25713722105621375024165
Binary1010111110111111001000101011101000111111101000010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5F91; }

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

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

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

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

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

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

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

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