Html Css Color HEX #AA557A Royal Heath

📋 copy color: '#AA557A'

red 170 ◦ green 85 ◦ blue 122

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

Shades of Royal Heath #AA557A

Tints of Royal Heath #AA557A

RGB

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

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

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

R = 45.09%
G = 22.55%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA557A (or 0xAA557A) is known color: Royal Heath. HEX triplet: AA, 55 and 7A. RGB value is (170,85,122). Sum of RGB (Red+Green+Blue) = 170+85+122=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA557A is #55AA85. Grayscale: #727272. Windows color (decimal): -5614214 or 8017322. OLE color: 8017322.

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

Color convert

RGB 170 85 122 -
CMYK 0 0.50 0.28 0.33
HSL 333.88º 0.33% 0.5% -
HSV(B) 333.88º 0.5% 0.67% -
XYZ 23.34 16.45 20.36 -
YUV 114.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 170 85 122 0 0.50 0.28 0.33 333.88 0.33 0.5
Hex AA 55 7A 0 32 1C 21 14E 21 32
Octal 252 125 172 0 62 34 41 516 41 62
Binary 10101010 1010101 1111010 0 110010 11100 100001 101001110 100001 110010

Color Harmonies of #AA557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA557A

Black with #AA557A

Text Example


Text Example

White with #AA557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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