#AE417C

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

Shades of Royal Heath #AE417C

Tints of Royal Heath #AE417C

Color information

#AE417C (or 0xAE417C) is unknown color: approx Royal Heath. HEX triplet: AE, 41 and 7C. RGB value is (174,65,124). Sum of RGB (Red+Green+Blue) = 174+65+124=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE417C is #51BE83. Grayscale: #686868. Windows color (decimal): -5357188 or 8143278. OLE color: 8143278.

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

Color convert

RGB17465124-
CMYK00.630.290.32
HSL327.52º45.61%46.86%-
HSV(B)327.52º62.64%68.24%-
XYZ22.9814.2320.6-
YUV104.32139.11177.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 65 (25.78% from 255) = 17.91%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=47.93%
G=17.91%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746512400.630.290.32327.5245.6146.86
HexAE417C03F1D201482e2f
Octal25610117407735405105657
Binary1010111010000011111100011111111101100000101001000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE417C; }

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

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

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

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

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

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

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

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