#AF5C92

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

Shades of Mulberry #AF5C92

Tints of Mulberry #AF5C92

Color information

#AF5C92 (or 0xAF5C92) is unknown color: approx Mulberry. HEX triplet: AF, 5C and 92. RGB value is (175,92,146). Sum of RGB (Red+Green+Blue) = 175+92+146=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5C92 is #50A36D. Grayscale: #7A7A7A. Windows color (decimal): -5284718 or 9591983. OLE color: 9591983.

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

Color convert

RGB17592146-
CMYK00.470.170.31
HSL320.96º34.16%52.35%-
HSV(B)320.96º47.43%68.63%-
XYZ26.6918.8429.42-
YUV122.97141165.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 92 (36.33% from 255) = 22.28%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=42.37%
G=22.28%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759214600.470.170.31320.9634.1652.35
HexAF5C9202F111F1412234
Octal25713422205721375014264
Binary1010111110111001001001001011111000111111101000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5C92; }

 p { color: rgb(175,92,146); }

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

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

 a { background-color: rgb(175,92,146); }

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

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

 span { border-color: rgb(175,92,146); }

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