#AF6094

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

Shades of Mulberry #AF6094

Tints of Mulberry #AF6094

Color information

#AF6094 (or 0xAF6094) is unknown color: approx Mulberry. HEX triplet: AF, 60 and 94. RGB value is (175,96,148). Sum of RGB (Red+Green+Blue) = 175+96+148=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6094 is #509F6B. Grayscale: #7D7D7D. Windows color (decimal): -5283692 or 9724079. OLE color: 9724079.

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

Color convert

RGB17596148-
CMYK00.450.150.31
HSL320.51º33.05%53.14%-
HSV(B)320.51º45.14%68.63%-
XYZ27.2119.6230.37-
YUV125.55140.67163.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 148 (58.20% from 255) = 35.32%
R=41.77%
G=22.91%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759614800.450.150.31320.5133.0553.14
HexAF609402DF1F1412135
Octal25714022405517375014165
Binary101011111100000100101000101101111111111101000001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6094; }

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

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

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

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

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

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

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

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