#AE4875

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

Shades of Royal Heath #AE4875

Tints of Royal Heath #AE4875

Color information

#AE4875 (or 0xAE4875) is unknown color: approx Royal Heath. HEX triplet: AE, 48 and 75. RGB value is (174,72,117). Sum of RGB (Red+Green+Blue) = 174+72+117=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4875 is #51B78A. Grayscale: #6B6B6B. Windows color (decimal): -5355403 or 7686318. OLE color: 7686318.

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

Color convert

RGB17472117-
CMYK00.590.330.32
HSL333.53º41.46%48.24%-
HSV(B)333.53º58.62%68.24%-
XYZ22.9814.9218.5-
YUV107.63133.29175.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=47.93%
G=19.83%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747211700.590.330.32333.5341.4648.24
HexAE487503B212014e2930
Octal25611016507341405165160
Binary10101110100100011101010111011100001100000101001110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4875; }

 p { color: rgb(174,72,117); }

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

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

 a { background-color: rgb(174,72,117); }

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

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

 span { border-color: rgb(174,72,117); }

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