#AE5081

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

Shades of Royal Heath #AE5081

Tints of Royal Heath #AE5081

Color information

#AE5081 (or 0xAE5081) is unknown color: approx Royal Heath. HEX triplet: AE, 50 and 81. RGB value is (174,80,129). Sum of RGB (Red+Green+Blue) = 174+80+129=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5081 is #51AF7E. Grayscale: #717171. Windows color (decimal): -5353343 or 8474798. OLE color: 8474798.

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

Color convert

RGB17480129-
CMYK00.540.260.32
HSL328.72º37.01%49.8%-
HSV(B)328.72º54.02%68.24%-
XYZ24.2916.3222.64-
YUV113.69136.64171.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 129 (50.78% from 255) = 33.68%
R=45.43%
G=20.89%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748012900.540.260.32328.7237.0149.8
HexAE50810361A201492532
Octal25612020106632405114562
Binary10101110101000010000001011011011010100000101001001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5081; }

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

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

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

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

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

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

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

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