Html Css Color HEX #AA558F Mulberry

📋 copy color: '#AA558F'

red 170 ◦ green 85 ◦ blue 143

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

Shades of Mulberry #AA558F

Tints of Mulberry #AA558F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.36%

 BLUE value IS 143 (56.25% from 255) = 35.93%

R = 42.71%
G = 21.36%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA558F (or 0xAA558F) is known color: Mulberry. HEX triplet: AA, 55 and 8F. RGB value is (170,85,143). Sum of RGB (Red+Green+Blue) = 170+85+143=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA558F is #55AA70. Grayscale: #747474. Windows color (decimal): -5614193 or 9393578. OLE color: 9393578.

HSL color Cylindrical-coordinate representation of color #AA558F: hue angle of 319.06º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA558F is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 85 143 -
CMYK 0 0.50 0.16 0.33
HSL 319.06º 0.33% 0.5% -
HSV(B) 319.06º 0.5% 0.67% -
XYZ 24.78 17.03 27.97 -
YUV 117.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 170 85 143 0 0.50 0.16 0.33 319.06 0.33 0.5
Hex AA 55 8F 0 32 10 21 13F 21 32
Octal 252 125 217 0 62 20 41 477 41 62
Binary 10101010 1010101 10001111 0 110010 10000 100001 100111111 100001 110010

Color Harmonies of #AA558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA558F

Black with #AA558F

Text Example


Text Example

White with #AA558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA558F; }

 p { color: rgb(170,85,143); }

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

background-color css

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

 a { background-color: rgb(170,85,143); }

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

border-color css

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

 span { border-color: rgb(170,85,143); }

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