#AE477A

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

Shades of Royal Heath #AE477A

Tints of Royal Heath #AE477A

Color information

#AE477A (or 0xAE477A) is unknown color: approx Royal Heath. HEX triplet: AE, 47 and 7A. RGB value is (174,71,122). Sum of RGB (Red+Green+Blue) = 174+71+122=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE477A is #51B885. Grayscale: #6B6B6B. Windows color (decimal): -5355654 or 8013742. OLE color: 8013742.

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

Color convert

RGB17471122-
CMYK00.590.300.32
HSL330.29º42.04%48.04%-
HSV(B)330.29º59.2%68.24%-
XYZ23.2214.9120.07-
YUV107.61136.12175.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 71 (28.12% from 255) = 19.35%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=47.41%
G=19.35%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747112200.590.300.32330.2942.0448.04
HexAE477A03B1E2014a2a30
Octal25610717207336405125260
Binary1010111010001111111010011101111110100000101001010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE477A; }

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

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

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

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

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

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

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

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