#AE4572

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

Shades of Royal Heath #AE4572

Tints of Royal Heath #AE4572

Color information

#AE4572 (or 0xAE4572) is unknown color: approx Royal Heath. HEX triplet: AE, 45 and 72. RGB value is (174,69,114). Sum of RGB (Red+Green+Blue) = 174+69+114=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4572 is #51BA8D. Grayscale: #696969. Windows color (decimal): -5356174 or 7488942. OLE color: 7488942.

HSL color Cylindrical-coordinate representation of color #AE4572: hue angle of 334.29º 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 #AE4572 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB17469114-
CMYK00.600.340.32
HSL334.29º43.21%47.65%-
HSV(B)334.29º60.34%68.24%-
XYZ22.6214.4717.52-
YUV105.52132.79176.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 69 (27.34% from 255) = 19.33%
BLUE value IS 114 (44.92% from 255) = 31.93%
R=48.74%
G=19.33%
B=31.93%

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
Decimal1746911400.600.340.32334.2943.2147.65
HexAE457203C222014e2b30
Octal25610516207442405165360
Binary10101110100010111100100111100100010100000101001110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4572; }

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

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

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

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

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

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

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

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