#AF5488

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

Shades of Mulberry #AF5488

Tints of Mulberry #AF5488

Color information

#AF5488 (or 0xAF5488) is unknown color: approx Mulberry. HEX triplet: AF, 54 and 88. RGB value is (175,84,136). Sum of RGB (Red+Green+Blue) = 175+84+136=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5488 is #50AB77. Grayscale: #757575. Windows color (decimal): -5286776 or 8934575. OLE color: 8934575.

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

Color convert

RGB17584136-
CMYK00.520.220.31
HSL325.71º36.25%50.78%-
HSV(B)325.71º52%68.63%-
XYZ25.2917.2325.29-
YUV117.14138.65169.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 84 (33.20% from 255) = 21.27%
BLUE value IS 136 (53.52% from 255) = 34.43%
R=44.30%
G=21.27%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758413600.520.220.31325.7136.2550.78
HexAF5488034161F1462433
Octal25712421006426375064463
Binary1010111110101001000100001101001011011111101000110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5488; }

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

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

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

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

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

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

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

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