#AF6093

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

Shades of Mulberry #AF6093

Tints of Mulberry #AF6093

Color information

#AF6093 (or 0xAF6093) is unknown color: approx Mulberry. HEX triplet: AF, 60 and 93. RGB value is (175,96,147). Sum of RGB (Red+Green+Blue) = 175+96+147=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6093 is #509F6C. Grayscale: #7D7D7D. Windows color (decimal): -5283693 or 9658543. OLE color: 9658543.

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

Color convert

RGB17596147-
CMYK00.450.160.31
HSL321.27º33.05%53.14%-
HSV(B)321.27º45.14%68.63%-
XYZ27.1319.5929.95-
YUV125.43140.17163.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=41.87%
G=22.97%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759614700.450.160.31321.2733.0553.14
HexAF609302D101F1412135
Octal25714022305520375014165
Binary1010111111000001001001101011011000011111101000001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6093; }

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

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

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

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

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

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

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

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