Html Css Color HEX #AA557E Royal Heath

📋 copy color: '#AA557E'

red 170 ◦ green 85 ◦ blue 126

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

Shades of Royal Heath #AA557E

Tints of Royal Heath #AA557E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.07%

R = 44.62%
G = 22.31%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA557E (or 0xAA557E) is known color: Royal Heath. HEX triplet: AA, 55 and 7E. RGB value is (170,85,126). Sum of RGB (Red+Green+Blue) = 170+85+126=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA557E is #55AA81. Grayscale: #737373. Windows color (decimal): -5614210 or 8279466. OLE color: 8279466.

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

Color convert

RGB 170 85 126 -
CMYK 0 0.50 0.26 0.33
HSL 331.06º 0.33% 0.5% -
HSV(B) 331.06º 0.5% 0.67% -
XYZ 23.59 16.55 21.69 -
YUV 115.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 170 85 126 0 0.50 0.26 0.33 331.06 0.33 0.5
Hex AA 55 7E 0 32 1A 21 14B 21 32
Octal 252 125 176 0 62 32 41 513 41 62
Binary 10101010 1010101 1111110 0 110010 11010 100001 101001011 100001 110010

Color Harmonies of #AA557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA557E

Black with #AA557E

Text Example


Text Example

White with #AA557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA557E; }

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

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

background-color css

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

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

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

border-color css

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

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

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