#AF5092

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

Shades of Mulberry #AF5092

Tints of Mulberry #AF5092

Color information

#AF5092 (or 0xAF5092) is unknown color: approx Mulberry. HEX triplet: AF, 50 and 92. RGB value is (175,80,146). Sum of RGB (Red+Green+Blue) = 175+80+146=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5092 is #50AF6D. Grayscale: #737373. Windows color (decimal): -5287790 or 9588911. OLE color: 9588911.

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

Color convert

RGB17580146-
CMYK00.540.170.31
HSL318.32º37.25%50%-
HSV(B)318.32º54.29%68.63%-
XYZ25.7416.9329.1-
YUV115.93144.97170.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 80 (31.64% from 255) = 19.95%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=43.64%
G=19.95%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758014600.540.170.31318.3237.2550
HexAF5092036111F13e2532
Octal25712022206621374764562
Binary1010111110100001001001001101101000111111100111110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5092; }

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

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

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

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

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

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

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

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