Html Css Color HEX #AA4B85 Mulberry

📋 copy color: '#AA4B85'

red 170 ◦ green 75 ◦ blue 133

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

Shades of Mulberry #AA4B85

Tints of Mulberry #AA4B85

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.84%

 BLUE value IS 133 (52.34% from 255) = 35.19%

R = 44.97%
G = 19.84%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA4B85 (or 0xAA4B85) is known color: Mulberry. HEX triplet: AA, 4B and 85. RGB value is (170,75,133). Sum of RGB (Red+Green+Blue) = 170+75+133=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4B85 is #55B47A. Grayscale: #6D6D6D. Windows color (decimal): -5616763 or 8735658. OLE color: 8735658.

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

Color convert

RGB 170 75 133 -
CMYK 0 0.56 0.22 0.33
HSL 323.37º 0.39% 0.48% -
HSV(B) 323.37º 0.56% 0.67% -
XYZ 23.33 15.27 23.91 -
YUV 110.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 170 75 133 0 0.56 0.22 0.33 323.37 0.39 0.48
Hex AA 4B 85 0 38 16 21 143 27 30
Octal 252 113 205 0 70 26 41 503 47 60
Binary 10101010 1001011 10000101 0 111000 10110 100001 101000011 100111 110000

Color Harmonies of #AA4B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4B85

Black with #AA4B85

Text Example


Text Example

White with #AA4B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4B85; }

 p { color: rgb(170,75,133); }

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

background-color css

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

 a { background-color: rgb(170,75,133); }

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

border-color css

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

 span { border-color: rgb(170,75,133); }

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