#AE4273

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

Shades of Royal Heath #AE4273

Tints of Royal Heath #AE4273

Color information

#AE4273 (or 0xAE4273) is unknown color: approx Royal Heath. HEX triplet: AE, 42 and 73. RGB value is (174,66,115). Sum of RGB (Red+Green+Blue) = 174+66+115=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4273 is #51BD8C. Grayscale: #676767. Windows color (decimal): -5356941 or 7553710. OLE color: 7553710.

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

Color convert

RGB17466115-
CMYK00.620.340.32
HSL332.78º45%47.06%-
HSV(B)332.78º62.07%68.24%-
XYZ22.514.1317.76-
YUV103.88134.28178.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 66 (26.17% from 255) = 18.59%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=49.01%
G=18.59%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746611500.620.340.32332.784547.06
HexAE427303E222014d2d2f
Octal25610216307642405155557
Binary10101110100001011100110111110100010100000101001101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4273; }

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

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

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

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

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

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

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

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