#AF4A98

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

Shades of Mulberry #AF4A98

Tints of Mulberry #AF4A98

Color information

#AF4A98 (or 0xAF4A98) is unknown color: approx Mulberry. HEX triplet: AF, 4A and 98. RGB value is (175,74,152). Sum of RGB (Red+Green+Blue) = 175+74+152=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4A98 is #50B567. Grayscale: #707070. Windows color (decimal): -5289320 or 9980591. OLE color: 9980591.

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

Color convert

RGB17574152-
CMYK00.580.130.31
HSL313.66º40.56%48.82%-
HSV(B)313.66º57.71%68.63%-
XYZ25.816.2831.49-
YUV113.09149.96172.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 74 (29.30% from 255) = 18.45%
BLUE value IS 152 (59.77% from 255) = 37.91%
R=43.64%
G=18.45%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757415200.580.130.31313.6640.5648.82
HexAF4A9803AD1F13a2931
Octal25711223007215374725161
Binary101011111001010100110000111010110111111100111010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4A98; }

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

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

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

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

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

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

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

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