Html Css Color HEX #AA538A Mulberry

📋 copy color: '#AA538A'

red 170 ◦ green 83 ◦ blue 138

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

Shades of Mulberry #AA538A

Tints of Mulberry #AA538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.23%

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 43.48%
G = 21.23%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA538A (or 0xAA538A) is known color: Mulberry. HEX triplet: AA, 53 and 8A. RGB value is (170,83,138). Sum of RGB (Red+Green+Blue) = 170+83+138=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA538A is #55AC75. Grayscale: #737373. Windows color (decimal): -5614710 or 9065386. OLE color: 9065386.

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

Color convert

RGB 170 83 138 -
CMYK 0 0.51 0.19 0.33
HSL 322.07º 0.34% 0.5% -
HSV(B) 322.07º 0.51% 0.67% -
XYZ 24.26 16.57 25.96 -
YUV 115.28 140.82 167.03 -
System Red Green Blue C M Y K H S L
Decimal 170 83 138 0 0.51 0.19 0.33 322.07 0.34 0.5
Hex AA 53 8A 0 33 13 21 142 22 32
Octal 252 123 212 0 63 23 41 502 42 62
Binary 10101010 1010011 10001010 0 110011 10011 100001 101000010 100010 110010

Color Harmonies of #AA538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA538A

Black with #AA538A

Text Example


Text Example

White with #AA538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA538A; }

 p { color: rgb(170,83,138); }

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

background-color css

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

 a { background-color: rgb(170,83,138); }

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

border-color css

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

 span { border-color: rgb(170,83,138); }

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