#AE4178

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

Shades of Royal Heath #AE4178

Tints of Royal Heath #AE4178

Color information

#AE4178 (or 0xAE4178) is unknown color: approx Royal Heath. HEX triplet: AE, 41 and 78. RGB value is (174,65,120). Sum of RGB (Red+Green+Blue) = 174+65+120=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4178 is #51BE87. Grayscale: #676767. Windows color (decimal): -5357192 or 7881134. OLE color: 7881134.

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

Color convert

RGB17465120-
CMYK00.630.310.32
HSL329.72º45.61%46.86%-
HSV(B)329.72º62.64%68.24%-
XYZ22.7414.1419.3-
YUV103.86137.11178.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.47%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=48.47%
G=18.11%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746512000.630.310.32329.7245.6146.86
HexAE417803F1F2014a2e2f
Octal25610117007737405125657
Binary1010111010000011111000011111111111100000101001010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4178; }

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

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

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

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

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

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

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

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