#AE4279

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

Shades of Royal Heath #AE4279

Tints of Royal Heath #AE4279

Color information

#AE4279 (or 0xAE4279) is unknown color: approx Royal Heath. HEX triplet: AE, 42 and 79. RGB value is (174,66,121). Sum of RGB (Red+Green+Blue) = 174+66+121=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4279 is #51BD86. Grayscale: #686868. Windows color (decimal): -5356935 or 7946926. OLE color: 7946926.

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

Color convert

RGB17466121-
CMYK00.620.300.32
HSL329.44º45%47.06%-
HSV(B)329.44º62.07%68.24%-
XYZ22.8514.2819.64-
YUV104.56137.28177.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 66 (26.17% from 255) = 18.28%
BLUE value IS 121 (47.66% from 255) = 33.52%
R=48.20%
G=18.28%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746612100.620.300.32329.444547.06
HexAE427903E1E201492d2f
Octal25610217107636405115557
Binary1010111010000101111001011111011110100000101001001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4279; }

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

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

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

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

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

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

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

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