#AE4176

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

Shades of Royal Heath #AE4176

Tints of Royal Heath #AE4176

Color information

#AE4176 (or 0xAE4176) is unknown color: approx Royal Heath. HEX triplet: AE, 41 and 76. RGB value is (174,65,118). Sum of RGB (Red+Green+Blue) = 174+65+118=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4176 is #51BE89. Grayscale: #676767. Windows color (decimal): -5357194 or 7750062. OLE color: 7750062.

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

Color convert

RGB17465118-
CMYK00.630.320.32
HSL330.83º45.61%46.86%-
HSV(B)330.83º62.64%68.24%-
XYZ22.6214.0918.67-
YUV103.63136.11178.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 65 (25.78% from 255) = 18.21%
BLUE value IS 118 (46.48% from 255) = 33.05%
R=48.74%
G=18.21%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746511800.630.320.32330.8345.6146.86
HexAE417603F202014b2e2f
Octal25610116607740405135657
Binary10101110100000111101100111111100000100000101001011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4176; }

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

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

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

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

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

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

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

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