#AF488E

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

Shades of Mulberry #AF488E

Tints of Mulberry #AF488E

Color information

#AF488E (or 0xAF488E) is unknown color: approx Mulberry. HEX triplet: AF, 48 and 8E. RGB value is (175,72,142). Sum of RGB (Red+Green+Blue) = 175+72+142=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF488E is #50B771. Grayscale: #6E6E6E. Windows color (decimal): -5289842 or 9324719. OLE color: 9324719.

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

Color convert

RGB17572142-
CMYK00.590.190.31
HSL319.22º41.7%48.43%-
HSV(B)319.22º58.86%68.63%-
XYZ24.8815.727.31-
YUV110.78145.62173.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 72 (28.52% from 255) = 18.51%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=44.99%
G=18.51%
B=36.50%

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
Decimal1757214200.590.190.31319.2241.748.43
HexAF488E03B131F13f2a30
Octal25711021607323374775260
Binary1010111110010001000111001110111001111111100111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF488E; }

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

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

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

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

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

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

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

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