#AF4A95

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

Shades of Mulberry #AF4A95

Tints of Mulberry #AF4A95

Color information

#AF4A95 (or 0xAF4A95) is unknown color: approx Mulberry. HEX triplet: AF, 4A and 95. RGB value is (175,74,149). Sum of RGB (Red+Green+Blue) = 175+74+149=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4A95 is #50B56A. Grayscale: #707070. Windows color (decimal): -5289323 or 9783983. OLE color: 9783983.

HSL color Cylindrical-coordinate representation of color #AF4A95: hue angle of 315.45º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4A95 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17574149-
CMYK00.580.150.31
HSL315.45º40.56%48.82%-
HSV(B)315.45º57.71%68.63%-
XYZ25.5516.1830.21-
YUV112.75148.46172.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.97%
GREEN value IS 74 (29.30% from 255) = 18.59%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=43.97%
G=18.59%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757414900.580.150.31315.4540.5648.82
HexAF4A9503AF1F13b2931
Octal25711222507217374735161
Binary101011111001010100101010111010111111111100111011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4A95; }

 p { color: rgb(175,74,149); }

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

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

 a { background-color: rgb(175,74,149); }

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

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

 span { border-color: rgb(175,74,149); }

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