Html Css Color HEX #AA507A Royal Heath

📋 copy color: '#AA507A'

red 170 ◦ green 80 ◦ blue 122

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

Shades of Royal Heath #AA507A

Tints of Royal Heath #AA507A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 45.7%
G = 21.51%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA507A (or 0xAA507A) is known color: Royal Heath. HEX triplet: AA, 50 and 7A. RGB value is (170,80,122). Sum of RGB (Red+Green+Blue) = 170+80+122=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA507A is #55AF85. Grayscale: #6F6F6F. Windows color (decimal): -5615494 or 8016042. OLE color: 8016042.

HSL color Cylindrical-coordinate representation of color #AA507A: hue angle of 332º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA507A is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 80 122 -
CMYK 0 0.53 0.28 0.33
HSL 332º 0.36% 0.49% -
HSV(B) 332º 0.53% 0.67% -
XYZ 22.96 15.69 20.23 -
YUV 111.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 170 80 122 0 0.53 0.28 0.33 332 0.36 0.49
Hex AA 50 7A 0 35 1C 21 14C 24 31
Octal 252 120 172 0 65 34 41 514 44 61
Binary 10101010 1010000 1111010 0 110101 11100 100001 101001100 100100 110001

Color Harmonies of #AA507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA507A

Black with #AA507A

Text Example


Text Example

White with #AA507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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