#AE4573

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

Shades of Royal Heath #AE4573

Tints of Royal Heath #AE4573

Color information

#AE4573 (or 0xAE4573) is unknown color: approx Royal Heath. HEX triplet: AE, 45 and 73. RGB value is (174,69,115). Sum of RGB (Red+Green+Blue) = 174+69+115=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4573 is #51BA8C. Grayscale: #696969. Windows color (decimal): -5356173 or 7554478. OLE color: 7554478.

HSL color Cylindrical-coordinate representation of color #AE4573: hue angle of 333.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE4573 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB17469115-
CMYK00.600.340.32
HSL333.71º43.21%47.65%-
HSV(B)333.71º60.34%68.24%-
XYZ22.6814.4917.82-
YUV105.64133.29176.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.60%
GREEN value IS 69 (27.34% from 255) = 19.27%
BLUE value IS 115 (45.31% from 255) = 32.12%
R=48.60%
G=19.27%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746911500.600.340.32333.7143.2147.65
HexAE457303C222014e2b30
Octal25610516307442405165360
Binary10101110100010111100110111100100010100000101001110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4573; }

 p { color: rgb(174,69,115); }

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

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

 a { background-color: rgb(174,69,115); }

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

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

 span { border-color: rgb(174,69,115); }

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