Html Css Color HEX #A95488 Mulberry

📋 copy color: '#A95488'

red 169 ◦ green 84 ◦ blue 136

#A95488
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #A95488

Tints of Mulberry #A95488

RGB

 RED value IS 169 (66.41% from 255) = 43.44%

 GREEN value IS 84 (33.2% from 255) = 21.59%

 BLUE value IS 136 (53.52% from 255) = 34.96%

R = 43.44%
G = 21.59%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A95488 (or 0xA95488) is known color: Mulberry. HEX triplet: A9, 54 and 88. RGB value is (169,84,136). Sum of RGB (Red+Green+Blue) = 169+84+136=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A95488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95488 is #56AB77. Grayscale: #737373. Windows color (decimal): -5679992 or 8934569. OLE color: 8934569.

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

Color convert

RGB 169 84 136 -
CMYK 0 0.50 0.20 0.34
HSL 323.29º 0.34% 0.5% -
HSV(B) 323.29º 0.5% 0.66% -
XYZ 23.98 16.55 25.22 -
YUV 115.34 139.66 166.27 -
System Red Green Blue C M Y K H S L
Decimal 169 84 136 0 0.50 0.20 0.34 323.29 0.34 0.5
Hex A9 54 88 0 32 14 22 143 22 32
Octal 251 124 210 0 62 24 42 503 42 62
Binary 10101001 1010100 10001000 0 110010 10100 100010 101000011 100010 110010

Color Harmonies of #A95488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95488

Black with #A95488

Text Example


Text Example

White with #A95488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95488; }

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

 H1.HeaderClassName
 {
   color: #A95488;
 }
 .AnyTagClassName
 {
   color: #A95488;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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