#AF6092

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

Shades of Mulberry #AF6092

Tints of Mulberry #AF6092

Color information

#AF6092 (or 0xAF6092) is unknown color: approx Mulberry. HEX triplet: AF, 60 and 92. RGB value is (175,96,146). Sum of RGB (Red+Green+Blue) = 175+96+146=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6092 is #509F6D. Grayscale: #7D7D7D. Windows color (decimal): -5283694 or 9593007. OLE color: 9593007.

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

Color convert

RGB17596146-
CMYK00.450.170.31
HSL322.03º33.05%53.14%-
HSV(B)322.03º45.14%68.63%-
XYZ27.0519.5629.54-
YUV125.32139.67163.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=41.97%
G=23.02%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759614600.450.170.31322.0333.0553.14
HexAF609202D111F1422135
Octal25714022205521375024165
Binary1010111111000001001001001011011000111111101000010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6092; }

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

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

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

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

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

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

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

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