#AA517F

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

Shades of Royal Heath #AA517F

Tints of Royal Heath #AA517F

Color information

#AA517F (or 0xAA517F) is unknown color: approx Royal Heath. HEX triplet: AA, 51 and 7F. RGB value is (170,81,127). Sum of RGB (Red+Green+Blue) = 170+81+127=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA517F is #55AE80. Grayscale: #707070. Windows color (decimal): -5615233 or 8343978. OLE color: 8343978.

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

Color convert

RGB17081127-
CMYK00.520.250.33
HSL328.99º35.46%49.22%-
HSV(B)328.99º52.35%66.67%-
XYZ23.3515.9621.93-
YUV112.85135.99168.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 81 (32.03% from 255) = 21.43%
BLUE value IS 127 (50% from 255) = 33.60%
R=44.97%
G=21.43%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708112700.520.250.33328.9935.4649.22
HexAA517F03419211492331
Octal25212117706431415114361
Binary1010101010100011111111011010011001100001101001001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA517F; }

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

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

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

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

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

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

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

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