#AF5194

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

Shades of Mulberry #AF5194

Tints of Mulberry #AF5194

Color information

#AF5194 (or 0xAF5194) is unknown color: approx Mulberry. HEX triplet: AF, 51 and 94. RGB value is (175,81,148). Sum of RGB (Red+Green+Blue) = 175+81+148=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5194 is #50AE6B. Grayscale: #747474. Windows color (decimal): -5287532 or 9720239. OLE color: 9720239.

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

Color convert

RGB17581148-
CMYK00.540.150.31
HSL317.23º37.01%50.2%-
HSV(B)317.23º53.71%68.63%-
XYZ25.9717.1429.96-
YUV116.74145.64169.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 81 (32.03% from 255) = 20.05%
BLUE value IS 148 (58.20% from 255) = 36.63%
R=43.32%
G=20.05%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758114800.540.150.31317.2337.0150.2
HexAF5194036F1F13d2532
Octal25712122406617374754562
Binary101011111010001100101000110110111111111100111101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5194; }

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

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

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

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

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

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

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

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