#AA507E

Color #AA507E Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AA507E

Tints of Royal Heath #AA507E

Color information

#AA507E (or 0xAA507E) is unknown color: approx Royal Heath. HEX triplet: AA, 50 and 7E. RGB value is (170,80,126). Sum of RGB (Red+Green+Blue) = 170+80+126=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA507E is #55AF81. Grayscale: #707070. Windows color (decimal): -5615490 or 8278186. OLE color: 8278186.

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

Color convert

RGB17080126-
CMYK00.530.260.33
HSL329.33º36%49.02%-
HSV(B)329.33º52.94%66.67%-
XYZ23.2115.7921.56-
YUV112.15135.82169.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 80 (31.64% from 255) = 21.28%
BLUE value IS 126 (49.61% from 255) = 33.51%
R=45.21%
G=21.28%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708012600.530.260.33329.333649.02
HexAA507E0351A211492431
Octal25212017606532415114461
Binary1010101010100001111110011010111010100001101001001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA507E; }

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

 H1.HeaderClassName
 {
   color: #AA507E;
 }
 .AnyTagClassName
 {
   color: #AA507E;
 }
</style>
background-color css

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

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

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

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

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

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