#AE487E

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

Shades of Royal Heath #AE487E

Tints of Royal Heath #AE487E

Color information

#AE487E (or 0xAE487E) is unknown color: approx Royal Heath. HEX triplet: AE, 48 and 7E. RGB value is (174,72,126). Sum of RGB (Red+Green+Blue) = 174+72+126=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE487E is #51B781. Grayscale: #6C6C6C. Windows color (decimal): -5355394 or 8276142. OLE color: 8276142.

HSL color Cylindrical-coordinate representation of color #AE487E: hue angle of 328.24º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE487E is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17472126-
CMYK00.590.280.32
HSL328.24º41.46%48.24%-
HSV(B)328.24º58.62%68.24%-
XYZ23.5415.1421.42-
YUV108.65137.79174.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.77%
GREEN value IS 72 (28.52% from 255) = 19.35%
BLUE value IS 126 (49.61% from 255) = 33.87%
R=46.77%
G=19.35%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747212600.590.280.32328.2441.4648.24
HexAE487E03B1C201482930
Octal25611017607334405105160
Binary1010111010010001111110011101111100100000101001000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE487E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE487E; }

 p { color: rgb(174,72,126); }

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

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

 a { background-color: rgb(174,72,126); }

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

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

 span { border-color: rgb(174,72,126); }

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