#AE507C

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

Shades of Royal Heath #AE507C

Tints of Royal Heath #AE507C

Color information

#AE507C (or 0xAE507C) is unknown color: approx Royal Heath. HEX triplet: AE, 50 and 7C. RGB value is (174,80,124). Sum of RGB (Red+Green+Blue) = 174+80+124=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE507C is #51AF83. Grayscale: #717171. Windows color (decimal): -5353348 or 8147118. OLE color: 8147118.

HSL color Cylindrical-coordinate representation of color #AE507C: hue angle of 331.91º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE507C is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17480124-
CMYK00.540.290.32
HSL331.91º37.01%49.8%-
HSV(B)331.91º54.02%68.24%-
XYZ23.9616.1920.93-
YUV113.12134.14171.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 80 (31.64% from 255) = 21.16%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=46.03%
G=21.16%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748012400.540.290.32331.9137.0149.8
HexAE507C0361D2014c2532
Octal25612017406635405144562
Binary1010111010100001111100011011011101100000101001100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE507C; }

 p { color: rgb(174,80,124); }

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

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

 a { background-color: rgb(174,80,124); }

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

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

 span { border-color: rgb(174,80,124); }

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