#AF478D

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

Shades of Mulberry #AF478D

Tints of Mulberry #AF478D

Color information

#AF478D (or 0xAF478D) is unknown color: approx Mulberry. HEX triplet: AF, 47 and 8D. RGB value is (175,71,141). Sum of RGB (Red+Green+Blue) = 175+71+141=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF478D is #50B872. Grayscale: #6D6D6D. Windows color (decimal): -5290099 or 9258927. OLE color: 9258927.

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

Color convert

RGB17571141-
CMYK00.590.190.31
HSL319.62º42.28%48.24%-
HSV(B)319.62º59.43%68.63%-
XYZ24.7415.5426.9-
YUV110.08145.46174.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 71 (28.12% from 255) = 18.35%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=45.22%
G=18.35%
B=36.43%

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
Decimal1757114100.590.190.31319.6242.2848.24
HexAF478D03B131F1402a30
Octal25710721507323375005260
Binary1010111110001111000110101110111001111111101000000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF478D; }

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

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

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

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

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

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

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

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