#AF4B85

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

Shades of Mulberry #AF4B85

Tints of Mulberry #AF4B85

Color information

#AF4B85 (or 0xAF4B85) is unknown color: approx Mulberry. HEX triplet: AF, 4B and 85. RGB value is (175,75,133). Sum of RGB (Red+Green+Blue) = 175+75+133=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4B85 is #50B47A. Grayscale: #6F6F6F. Windows color (decimal): -5289083 or 8735663. OLE color: 8735663.

HSL color Cylindrical-coordinate representation of color #AF4B85: hue angle of 325.2º degrees, saturation: 0.4, 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 #AF4B85 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB17575133-
CMYK00.570.240.31
HSL325.2º40%49.02%-
HSV(B)325.2º57.14%68.63%-
XYZ24.4315.8423.96-
YUV111.51140.13173.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 75 (29.69% from 255) = 19.58%
BLUE value IS 133 (52.34% from 255) = 34.73%
R=45.69%
G=19.58%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757513300.570.240.31325.24049.02
HexAF4B85039181F1452831
Octal25711320507130375055061
Binary1010111110010111000010101110011100011111101000101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4B85; }

 p { color: rgb(175,75,133); }

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

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

 a { background-color: rgb(175,75,133); }

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

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

 span { border-color: rgb(175,75,133); }

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