#AE3E78

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

Shades of Royal Heath #AE3E78

Tints of Royal Heath #AE3E78

Color information

#AE3E78 (or 0xAE3E78) is unknown color: approx Royal Heath. HEX triplet: AE, 3E and 78. RGB value is (174,62,120). Sum of RGB (Red+Green+Blue) = 174+62+120=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3E78 is #51C187. Grayscale: #656565. Windows color (decimal): -5357960 or 7880366. OLE color: 7880366.

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

Color convert

RGB17462120-
CMYK00.640.310.32
HSL328.93º47.46%46.27%-
HSV(B)328.93º64.37%68.24%-
XYZ22.5713.819.24-
YUV102.1138.11179.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.88%
GREEN value IS 62 (24.61% from 255) = 17.42%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=48.88%
G=17.42%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746212000.640.310.32328.9347.4646.27
HexAE3E780401F201492f2e
Octal25676170010037405115756
Binary1010111011111011110000100000011111100000101001001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3E78; }

 p { color: rgb(174,62,120); }

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

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

 a { background-color: rgb(174,62,120); }

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

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

 span { border-color: rgb(174,62,120); }

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