#A95088

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

Shades of Mulberry #A95088

Tints of Mulberry #A95088

Color information

#A95088 (or 0xA95088) is unknown color: approx Mulberry. HEX triplet: A9, 50 and 88. RGB value is (169,80,136). Sum of RGB (Red+Green+Blue) = 169+80+136=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A95088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95088 is #56AF77. Grayscale: #707070. Windows color (decimal): -5681016 or 8933545. OLE color: 8933545.

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

Color convert

RGB16980136-
CMYK00.530.200.34
HSL322.25º35.74%48.82%-
HSV(B)322.25º52.66%66.27%-
XYZ23.6715.9525.12-
YUV112.99140.99167.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 80 (31.64% from 255) = 20.78%
BLUE value IS 136 (53.52% from 255) = 35.32%
R=43.90%
G=20.78%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698013600.530.200.34322.2535.7448.82
HexA9508803514221422431
Octal25112021006524425024461
Binary10101001101000010001000011010110100100010101000010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95088; }

 p { color: rgb(169,80,136); }

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

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

 a { background-color: rgb(169,80,136); }

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

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

 span { border-color: rgb(169,80,136); }

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