#af4c97

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

Shades of Mulberry #AF4C97

Tints of Mulberry #AF4C97

Color information

#AF4C97 (or 0xAF4C97) is unknown color: approx Mulberry. HEX triplet: AF, 4C and 97. RGB value is (175,76,151). Sum of RGB (Red+Green+Blue) = 175+76+151=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4C97 is #50B368. Grayscale: #717171. Windows color (decimal): -5288809 or 9915567. OLE color: 9915567.

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

Color convert

RGB17576151-
CMYK00.570.140.31
HSL314.55º39.44%49.22%-
HSV(B)314.55º56.57%68.63%-
XYZ25.8516.5231.1-
YUV114.15148.8171.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 76 (30.08% from 255) = 18.91%
BLUE value IS 151 (59.38% from 255) = 37.56%
R=43.53%
G=18.91%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757615100.570.140.31314.5539.4449.22
HexAF4C97039E1F13b2731
Octal25711422707116374734761
Binary101011111001100100101110111001111011111100111011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4c97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4c97; }

 p { color: rgb(175,76,151); }

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

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

 a { background-color: rgb(175,76,151); }

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

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

 span { border-color: rgb(175,76,151); }

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