#AF4B88

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

Shades of Mulberry #AF4B88

Tints of Mulberry #AF4B88

Color information

#AF4B88 (or 0xAF4B88) is unknown color: approx Mulberry. HEX triplet: AF, 4B and 88. RGB value is (175,75,136). Sum of RGB (Red+Green+Blue) = 175+75+136=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4B88 is #50B477. Grayscale: #6F6F6F. Windows color (decimal): -5289080 or 8932271. OLE color: 8932271.

HSL color Cylindrical-coordinate representation of color #AF4B88: hue angle of 323.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4B88 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB17575136-
CMYK00.570.220.31
HSL323.4º40%49.02%-
HSV(B)323.4º57.14%68.63%-
XYZ24.6415.9225.07-
YUV111.85141.63173.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 75 (29.69% from 255) = 19.43%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=45.34%
G=19.43%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757513600.570.220.31323.44049.02
HexAF4B88039161F1432831
Octal25711321007126375035061
Binary1010111110010111000100001110011011011111101000011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4B88; }

 p { color: rgb(175,75,136); }

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

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

 a { background-color: rgb(175,75,136); }

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

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

 span { border-color: rgb(175,75,136); }

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