#AF488D

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

Shades of Mulberry #AF488D

Tints of Mulberry #AF488D

Color information

#AF488D (or 0xAF488D) is unknown color: approx Mulberry. HEX triplet: AF, 48 and 8D. RGB value is (175,72,141). Sum of RGB (Red+Green+Blue) = 175+72+141=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF488D is #50B772. Grayscale: #6E6E6E. Windows color (decimal): -5289843 or 9259183. OLE color: 9259183.

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

Color convert

RGB17572141-
CMYK00.590.190.31
HSL319.81º41.7%48.43%-
HSV(B)319.81º58.86%68.63%-
XYZ24.815.6726.92-
YUV110.66145.12173.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 72 (28.52% from 255) = 18.56%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=45.10%
G=18.56%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757214100.590.190.31319.8141.748.43
HexAF488D03B131F1402a30
Octal25711021507323375005260
Binary1010111110010001000110101110111001111111101000000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF488D; }

 p { color: rgb(175,72,141); }

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

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

 a { background-color: rgb(175,72,141); }

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

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

 span { border-color: rgb(175,72,141); }

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