#AE4277

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

Shades of Royal Heath #AE4277

Tints of Royal Heath #AE4277

Color information

#AE4277 (or 0xAE4277) is unknown color: approx Royal Heath. HEX triplet: AE, 42 and 77. RGB value is (174,66,119). Sum of RGB (Red+Green+Blue) = 174+66+119=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4277 is #51BD88. Grayscale: #686868. Windows color (decimal): -5356937 or 7815854. OLE color: 7815854.

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

Color convert

RGB17466119-
CMYK00.620.320.32
HSL330.56º45%47.06%-
HSV(B)330.56º62.07%68.24%-
XYZ22.7314.2319-
YUV104.33136.28177.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.47%
GREEN value IS 66 (26.17% from 255) = 18.38%
BLUE value IS 119 (46.88% from 255) = 33.15%
R=48.47%
G=18.38%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746611900.620.320.32330.564547.06
HexAE427703E202014b2d2f
Octal25610216707640405135557
Binary10101110100001011101110111110100000100000101001011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4277; }

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

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

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

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

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

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

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

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