#AE5384

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

Shades of Royal Heath #AE5384

Tints of Royal Heath #AE5384

Color information

#AE5384 (or 0xAE5384) is unknown color: approx Royal Heath. HEX triplet: AE, 53 and 84. RGB value is (174,83,132). Sum of RGB (Red+Green+Blue) = 174+83+132=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5384 is #51AC7B. Grayscale: #737373. Windows color (decimal): -5352572 or 8672174. OLE color: 8672174.

HSL color Cylindrical-coordinate representation of color #AE5384: hue angle of 327.69º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5384 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB17483132-
CMYK00.520.240.32
HSL327.69º35.97%50.39%-
HSV(B)327.69º52.3%68.24%-
XYZ24.7116.8523.78-
YUV115.79137.15169.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 83 (32.81% from 255) = 21.34%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=44.73%
G=21.34%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748313200.520.240.32327.6935.9750.39
HexAE538403418201482432
Octal25612320406430405104462
Binary10101110101001110000100011010011000100000101001000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5384; }

 p { color: rgb(174,83,132); }

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

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

 a { background-color: rgb(174,83,132); }

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

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

 span { border-color: rgb(174,83,132); }

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