#AF528D

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

Shades of Mulberry #AF528D

Tints of Mulberry #AF528D

Color information

#AF528D (or 0xAF528D) is unknown color: approx Mulberry. HEX triplet: AF, 52 and 8D. RGB value is (175,82,141). Sum of RGB (Red+Green+Blue) = 175+82+141=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF528D is #50AD72. Grayscale: #747474. Windows color (decimal): -5287283 or 9261743. OLE color: 9261743.

HSL color Cylindrical-coordinate representation of color #AF528D: hue angle of 321.94º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF528D is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17582141-
CMYK00.530.190.31
HSL321.94º36.76%50.39%-
HSV(B)321.94º53.14%68.63%-
XYZ25.517.0727.15-
YUV116.53141.81169.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.97%
GREEN value IS 82 (32.42% from 255) = 20.60%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=43.97%
G=20.60%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758214100.530.190.31321.9436.7650.39
HexAF528D035131F1422532
Octal25712221506523375024562
Binary1010111110100101000110101101011001111111101000010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF528D; }

 p { color: rgb(175,82,141); }

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

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

 a { background-color: rgb(175,82,141); }

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

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

 span { border-color: rgb(175,82,141); }

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