Html Css Color HEX #AA5190 Mulberry

📋 copy color: '#AA5190'

red 170 ◦ green 81 ◦ blue 144

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

Shades of Mulberry #AA5190

Tints of Mulberry #AA5190

RGB

 RED value IS 170 (66.8% from 255) = 43.04%

 GREEN value IS 81 (32.03% from 255) = 20.51%

 BLUE value IS 144 (56.64% from 255) = 36.46%

R = 43.04%
G = 20.51%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA5190 (or 0xAA5190) is known color: Mulberry. HEX triplet: AA, 51 and 90. RGB value is (170,81,144). Sum of RGB (Red+Green+Blue) = 170+81+144=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5190 is #55AE6F. Grayscale: #727272. Windows color (decimal): -5615216 or 9458090. OLE color: 9458090.

HSL color Cylindrical-coordinate representation of color #AA5190: hue angle of 317.53º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5190 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 81 144 -
CMYK 0 0.52 0.15 0.33
HSL 317.53º 0.35% 0.49% -
HSV(B) 317.53º 0.52% 0.67% -
XYZ 24.55 16.44 28.27 -
YUV 114.79 144.49 167.38 -
System Red Green Blue C M Y K H S L
Decimal 170 81 144 0 0.52 0.15 0.33 317.53 0.35 0.49
Hex AA 51 90 0 34 F 21 13E 23 31
Octal 252 121 220 0 64 17 41 476 43 61
Binary 10101010 1010001 10010000 0 110100 1111 100001 100111110 100011 110001

Color Harmonies of #AA5190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5190

Black with #AA5190

Text Example


Text Example

White with #AA5190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5190; }

 p { color: rgb(170,81,144); }

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

background-color css

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

 a { background-color: rgb(170,81,144); }

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

border-color css

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

 span { border-color: rgb(170,81,144); }

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