Html Css Color HEX #AA4F90 Mulberry

📋 copy color: '#AA4F90'

red 170 ◦ green 79 ◦ blue 144

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

Shades of Mulberry #AA4F90

Tints of Mulberry #AA4F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.1%

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

R = 43.26%
G = 20.1%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA4F90 (or 0xAA4F90) is known color: Mulberry. HEX triplet: AA, 4F and 90. RGB value is (170,79,144). Sum of RGB (Red+Green+Blue) = 170+79+144=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4F90 is #55B06F. Grayscale: #717171. Windows color (decimal): -5615728 or 9457578. OLE color: 9457578.

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

Color convert

RGB 170 79 144 -
CMYK 0 0.54 0.15 0.33
HSL 317.14º 0.37% 0.49% -
HSV(B) 317.14º 0.54% 0.67% -
XYZ 24.41 16.15 28.22 -
YUV 113.62 145.15 168.21 -
System Red Green Blue C M Y K H S L
Decimal 170 79 144 0 0.54 0.15 0.33 317.14 0.37 0.49
Hex AA 4F 90 0 36 F 21 13D 25 31
Octal 252 117 220 0 66 17 41 475 45 61
Binary 10101010 1001111 10010000 0 110110 1111 100001 100111101 100101 110001

Color Harmonies of #AA4F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4F90

Black with #AA4F90

Text Example


Text Example

White with #AA4F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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