Html Css Color HEX #AA4A90 Mulberry

📋 copy color: '#AA4A90'

red 170 ◦ green 74 ◦ blue 144

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

Shades of Mulberry #AA4A90

Tints of Mulberry #AA4A90

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.07%

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

R = 43.81%
G = 19.07%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA4A90 (or 0xAA4A90) is known color: Mulberry. HEX triplet: AA, 4A and 90. RGB value is (170,74,144). Sum of RGB (Red+Green+Blue) = 170+74+144=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A90 is #55B56F. Grayscale: #6E6E6E. Windows color (decimal): -5617008 or 9456298. OLE color: 9456298.

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

Color convert

RGB 170 74 144 -
CMYK 0 0.56 0.15 0.33
HSL 316.25º 0.39% 0.48% -
HSV(B) 316.25º 0.56% 0.67% -
XYZ 24.06 15.46 28.1 -
YUV 110.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 170 74 144 0 0.56 0.15 0.33 316.25 0.39 0.48
Hex AA 4A 90 0 38 F 21 13C 27 30
Octal 252 112 220 0 70 17 41 474 47 60
Binary 10101010 1001010 10010000 0 111000 1111 100001 100111100 100111 110000

Color Harmonies of #AA4A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A90

Black with #AA4A90

Text Example


Text Example

White with #AA4A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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