#AE5381

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

Shades of Royal Heath #AE5381

Tints of Royal Heath #AE5381

Color information

#AE5381 (or 0xAE5381) is unknown color: approx Royal Heath. HEX triplet: AE, 53 and 81. RGB value is (174,83,129). Sum of RGB (Red+Green+Blue) = 174+83+129=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5381 is #51AC7E. Grayscale: #737373. Windows color (decimal): -5352575 or 8475566. OLE color: 8475566.

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

Color convert

RGB17483129-
CMYK00.520.260.32
HSL329.67º35.97%50.39%-
HSV(B)329.67º52.3%68.24%-
XYZ24.5116.7722.71-
YUV115.45135.65169.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 83 (32.81% from 255) = 21.50%
BLUE value IS 129 (50.78% from 255) = 33.42%
R=45.08%
G=21.50%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748312900.520.260.32329.6735.9750.39
HexAE53810341A2014a2432
Octal25612320106432405124462
Binary10101110101001110000001011010011010100000101001010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5381; }

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

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

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

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

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

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

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

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