#AE4778

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

Shades of Royal Heath #AE4778

Tints of Royal Heath #AE4778

Color information

#AE4778 (or 0xAE4778) is unknown color: approx Royal Heath. HEX triplet: AE, 47 and 78. RGB value is (174,71,120). Sum of RGB (Red+Green+Blue) = 174+71+120=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4778 is #51B887. Grayscale: #6B6B6B. Windows color (decimal): -5355656 or 7882670. OLE color: 7882670.

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

Color convert

RGB17471120-
CMYK00.590.310.32
HSL331.46º42.04%48.04%-
HSV(B)331.46º59.2%68.24%-
XYZ23.114.8619.42-
YUV107.38135.12175.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 71 (28.12% from 255) = 19.45%
BLUE value IS 120 (47.27% from 255) = 32.88%
R=47.67%
G=19.45%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747112000.590.310.32331.4642.0448.04
HexAE477803B1F2014b2a30
Octal25610717007337405135260
Binary1010111010001111111000011101111111100000101001011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4778; }

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

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

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

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

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

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

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

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