#AE5083

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

Shades of Royal Heath #AE5083

Tints of Royal Heath #AE5083

Color information

#AE5083 (or 0xAE5083) is unknown color: approx Royal Heath. HEX triplet: AE, 50 and 83. RGB value is (174,80,131). Sum of RGB (Red+Green+Blue) = 174+80+131=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5083 is #51AF7C. Grayscale: #717171. Windows color (decimal): -5353341 or 8605870. OLE color: 8605870.

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

Color convert

RGB17480131-
CMYK00.540.250.32
HSL327.45º37.01%49.8%-
HSV(B)327.45º54.02%68.24%-
XYZ24.4216.3723.35-
YUV113.92137.64170.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 80 (31.64% from 255) = 20.78%
BLUE value IS 131 (51.56% from 255) = 34.03%
R=45.19%
G=20.78%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748013100.540.250.32327.4537.0149.8
HexAE508303619201472532
Octal25612020306631405074562
Binary10101110101000010000011011011011001100000101000111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5083; }

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

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

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

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

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

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

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

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