#AE4172

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

Shades of Royal Heath #AE4172

Tints of Royal Heath #AE4172

Color information

#AE4172 (or 0xAE4172) is unknown color: approx Royal Heath. HEX triplet: AE, 41 and 72. RGB value is (174,65,114). Sum of RGB (Red+Green+Blue) = 174+65+114=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4172 is #51BE8D. Grayscale: #676767. Windows color (decimal): -5357198 or 7487918. OLE color: 7487918.

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

Color convert

RGB17465114-
CMYK00.630.340.32
HSL333.03º45.61%46.86%-
HSV(B)333.03º62.64%68.24%-
XYZ22.3813.9917.44-
YUV103.18134.11178.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.29%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=49.29%
G=18.41%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746511400.630.340.32333.0345.6146.86
HexAE417203F222014d2e2f
Octal25610116207742405155657
Binary10101110100000111100100111111100010100000101001101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4172; }

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

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

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

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

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

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

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

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