Html Css Color HEX #AA4A88 Mulberry

📋 copy color: '#AA4A88'

red 170 ◦ green 74 ◦ blue 136

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

Shades of Mulberry #AA4A88

Tints of Mulberry #AA4A88

RGB

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

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

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

R = 44.74%
G = 19.47%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA4A88 (or 0xAA4A88) is known color: Mulberry. HEX triplet: AA, 4A and 88. RGB value is (170,74,136). Sum of RGB (Red+Green+Blue) = 170+74+136=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A88 is #55B577. Grayscale: #6D6D6D. Windows color (decimal): -5617016 or 8932010. OLE color: 8932010.

HSL color Cylindrical-coordinate representation of color #AA4A88: hue angle of 321.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 #AA4A88 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 74 136 -
CMYK 0 0.56 0.20 0.33
HSL 321.25º 0.39% 0.48% -
HSV(B) 321.25º 0.56% 0.67% -
XYZ 23.47 15.22 24.99 -
YUV 109.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 170 74 136 0 0.56 0.20 0.33 321.25 0.39 0.48
Hex AA 4A 88 0 38 14 21 141 27 30
Octal 252 112 210 0 70 24 41 501 47 60
Binary 10101010 1001010 10001000 0 111000 10100 100001 101000001 100111 110000

Color Harmonies of #AA4A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A88

Black with #AA4A88

Text Example


Text Example

White with #AA4A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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