#A8528A

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

Shades of Mulberry #A8528A

Tints of Mulberry #A8528A

Color information

#A8528A (or 0xA8528A) is unknown color: approx Mulberry. HEX triplet: A8, 52 and 8A. RGB value is (168,82,138). Sum of RGB (Red+Green+Blue) = 168+82+138=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A8528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8528A is #57AD75. Grayscale: #717171. Windows color (decimal): -5746038 or 9065128. OLE color: 9065128.

HSL color Cylindrical-coordinate representation of color #A8528A: hue angle of 320.93º 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 #A8528A is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB16882138-
CMYK00.510.180.34
HSL320.93º34.4%49.02%-
HSV(B)320.93º51.19%65.88%-
XYZ23.7516.1925.92-
YUV114.1141.49166.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.30%
GREEN value IS 82 (32.42% from 255) = 21.13%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=43.30%
G=21.13%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688213800.510.180.34320.9334.449.02
HexA8528A03312221412231
Octal25012221206322425014261
Binary10101000101001010001010011001110010100010101000001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8528A; }

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

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

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

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

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

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

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

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