#A8528E

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

Shades of Mulberry #A8528E

Tints of Mulberry #A8528E

Color information

#A8528E (or 0xA8528E) is unknown color: approx Mulberry. HEX triplet: A8, 52 and 8E. RGB value is (168,82,142). Sum of RGB (Red+Green+Blue) = 168+82+142=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8528E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8528E is #57AD71. Grayscale: #727272. Windows color (decimal): -5746034 or 9327272. OLE color: 9327272.

HSL color Cylindrical-coordinate representation of color #A8528E: hue angle of 318.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8528E is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB16882142-
CMYK00.510.150.34
HSL318.14º34.4%49.02%-
HSV(B)318.14º51.19%65.88%-
XYZ24.0516.3127.47-
YUV114.55143.49166.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 82 (32.42% from 255) = 20.92%
BLUE value IS 142 (55.86% from 255) = 36.22%
R=42.86%
G=20.92%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688214200.510.150.34318.1434.449.02
HexA8528E033F2213e2231
Octal25012221606317424764261
Binary1010100010100101000111001100111111100010100111110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8528E; }

 p { color: rgb(168,82,142); }

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

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

 a { background-color: rgb(168,82,142); }

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

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

 span { border-color: rgb(168,82,142); }

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