Html Css Color HEX #AA537A Royal Heath

📋 copy color: '#AA537A'

red 170 ◦ green 83 ◦ blue 122

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

Shades of Royal Heath #AA537A

Tints of Royal Heath #AA537A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 45.33%
G = 22.13%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA537A (or 0xAA537A) is known color: Royal Heath. HEX triplet: AA, 53 and 7A. RGB value is (170,83,122). Sum of RGB (Red+Green+Blue) = 170+83+122=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA537A is #55AC85. Grayscale: #717171. Windows color (decimal): -5614726 or 8016810. OLE color: 8016810.

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

Color convert

RGB 170 83 122 -
CMYK 0 0.51 0.28 0.33
HSL 333.1º 0.34% 0.5% -
HSV(B) 333.1º 0.51% 0.67% -
XYZ 23.18 16.14 20.31 -
YUV 113.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 170 83 122 0 0.51 0.28 0.33 333.1 0.34 0.5
Hex AA 53 7A 0 33 1C 21 14D 22 32
Octal 252 123 172 0 63 34 41 515 42 62
Binary 10101010 1010011 1111010 0 110011 11100 100001 101001101 100010 110010

Color Harmonies of #AA537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA537A

Black with #AA537A

Text Example


Text Example

White with #AA537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA537A; }

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

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

background-color css

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

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

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

border-color css

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

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

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