#af4799

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

Shades of Mulberry #AF4799

Tints of Mulberry #AF4799

Color information

#AF4799 (or 0xAF4799) is unknown color: approx Mulberry. HEX triplet: AF, 47 and 99. RGB value is (175,71,153). Sum of RGB (Red+Green+Blue) = 175+71+153=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4799 is #50B866. Grayscale: #6F6F6F. Windows color (decimal): -5290087 or 10045359. OLE color: 10045359.

HSL color Cylindrical-coordinate representation of color #AF4799: hue angle of 312.69º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF4799 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB17571153-
CMYK00.590.130.31
HSL312.69º42.28%48.24%-
HSV(B)312.69º59.43%68.63%-
XYZ25.6815.9231.86-
YUV111.44151.46173.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.86%
GREEN value IS 71 (28.12% from 255) = 17.79%
BLUE value IS 153 (60.16% from 255) = 38.35%
R=43.86%
G=17.79%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757115300.590.130.31312.6942.2848.24
HexAF479903BD1F1392a30
Octal25710723107315374715260
Binary101011111000111100110010111011110111111100111001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4799; }

 p { color: rgb(175,71,153); }

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

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

 a { background-color: rgb(175,71,153); }

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

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

 span { border-color: rgb(175,71,153); }

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