#AE3C77

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

Shades of Royal Heath #AE3C77

Tints of Royal Heath #AE3C77

Color information

#AE3C77 (or 0xAE3C77) is unknown color: approx Royal Heath. HEX triplet: AE, 3C and 77. RGB value is (174,60,119). Sum of RGB (Red+Green+Blue) = 174+60+119=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C77 is #51C388. Grayscale: #646464. Windows color (decimal): -5358473 or 7814318. OLE color: 7814318.

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

Color convert

RGB17460119-
CMYK00.660.320.32
HSL328.95º48.72%45.88%-
HSV(B)328.95º65.52%68.24%-
XYZ22.413.5618.89-
YUV100.81138.27180.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.29%
GREEN value IS 60 (23.83% from 255) = 17.00%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=49.29%
G=17.00%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746011900.660.320.32328.9548.7245.88
HexAE3C770422020149312e
Octal25674167010240405116156
Binary10101110111100111011101000010100000100000101001001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3C77; }

 p { color: rgb(174,60,119); }

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

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

 a { background-color: rgb(174,60,119); }

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

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

 span { border-color: rgb(174,60,119); }

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