#AE447A

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

Shades of Royal Heath #AE447A

Tints of Royal Heath #AE447A

Color information

#AE447A (or 0xAE447A) is unknown color: approx Royal Heath. HEX triplet: AE, 44 and 7A. RGB value is (174,68,122). Sum of RGB (Red+Green+Blue) = 174+68+122=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE447A is #51BB85. Grayscale: #696969. Windows color (decimal): -5356422 or 8012974. OLE color: 8012974.

HSL color Cylindrical-coordinate representation of color #AE447A: hue angle of 329.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE447A is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB17468122-
CMYK00.610.300.32
HSL329.43º43.8%47.45%-
HSV(B)329.43º60.92%68.24%-
XYZ23.0414.5420-
YUV105.85137.12176.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 68 (26.95% from 255) = 18.68%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=47.80%
G=18.68%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746812200.610.300.32329.4343.847.45
HexAE447A03D1E201492c2f
Octal25610417207536405115457
Binary1010111010001001111010011110111110100000101001001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE447A; }

 p { color: rgb(174,68,122); }

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

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

 a { background-color: rgb(174,68,122); }

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

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

 span { border-color: rgb(174,68,122); }

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