#AE5383

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

Shades of Royal Heath #AE5383

Tints of Royal Heath #AE5383

Color information

#AE5383 (or 0xAE5383) is unknown color: approx Royal Heath. HEX triplet: AE, 53 and 83. RGB value is (174,83,131). Sum of RGB (Red+Green+Blue) = 174+83+131=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5383 is #51AC7C. Grayscale: #737373. Windows color (decimal): -5352573 or 8606638. OLE color: 8606638.

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

Color convert

RGB17483131-
CMYK00.520.250.32
HSL328.35º35.97%50.39%-
HSV(B)328.35º52.3%68.24%-
XYZ24.6516.8223.42-
YUV115.68136.65169.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 83 (32.81% from 255) = 21.39%
BLUE value IS 131 (51.56% from 255) = 33.76%
R=44.85%
G=21.39%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748313100.520.250.32328.3535.9750.39
HexAE538303419201482432
Octal25612320306431405104462
Binary10101110101001110000011011010011001100000101001000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5383; }

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

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

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

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

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

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

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

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