Html Css Color HEX #AA537F Royal Heath

📋 copy color: '#AA537F'

red 170 ◦ green 83 ◦ blue 127

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

Shades of Royal Heath #AA537F

Tints of Royal Heath #AA537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.42%

R = 44.74%
G = 21.84%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA537F (or 0xAA537F) is known color: Royal Heath. HEX triplet: AA, 53 and 7F. RGB value is (170,83,127). Sum of RGB (Red+Green+Blue) = 170+83+127=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA537F is #55AC80. Grayscale: #717171. Windows color (decimal): -5614721 or 8344490. OLE color: 8344490.

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

Color convert

RGB 170 83 127 -
CMYK 0 0.51 0.25 0.33
HSL 329.66º 0.34% 0.5% -
HSV(B) 329.66º 0.51% 0.67% -
XYZ 23.5 16.26 21.98 -
YUV 114.03 135.32 167.92 -
System Red Green Blue C M Y K H S L
Decimal 170 83 127 0 0.51 0.25 0.33 329.66 0.34 0.5
Hex AA 53 7F 0 33 19 21 14A 22 32
Octal 252 123 177 0 63 31 41 512 42 62
Binary 10101010 1010011 1111111 0 110011 11001 100001 101001010 100010 110010

Color Harmonies of #AA537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA537F

Black with #AA537F

Text Example


Text Example

White with #AA537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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