#AE4780

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

Shades of Royal Heath #AE4780

Tints of Royal Heath #AE4780

Color information

#AE4780 (or 0xAE4780) is unknown color: approx Royal Heath. HEX triplet: AE, 47 and 80. RGB value is (174,71,128). Sum of RGB (Red+Green+Blue) = 174+71+128=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4780 is #51B87F. Grayscale: #6C6C6C. Windows color (decimal): -5355648 or 8406958. OLE color: 8406958.

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

Color convert

RGB17471128-
CMYK00.590.260.32
HSL326.8º42.04%48.04%-
HSV(B)326.8º59.2%68.24%-
XYZ23.6115.0622.09-
YUV108.3139.12174.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 71 (28.12% from 255) = 19.03%
BLUE value IS 128 (50.39% from 255) = 34.32%
R=46.65%
G=19.03%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747112800.590.260.32326.842.0448.04
HexAE478003B1A201472a30
Octal25610720007332405075260
Binary10101110100011110000000011101111010100000101000111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4780; }

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

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

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

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

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

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

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

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