#AE5482

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

Shades of Royal Heath #AE5482

Tints of Royal Heath #AE5482

Color information

#AE5482 (or 0xAE5482) is unknown color: approx Royal Heath. HEX triplet: AE, 54 and 82. RGB value is (174,84,130). Sum of RGB (Red+Green+Blue) = 174+84+130=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5482 is #51AB7D. Grayscale: #747474. Windows color (decimal): -5352318 or 8541358. OLE color: 8541358.

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

Color convert

RGB17484130-
CMYK00.520.250.32
HSL329.33º35.71%50.59%-
HSV(B)329.33º51.72%68.24%-
XYZ24.6616.9523.09-
YUV116.15135.82169.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 130 (51.17% from 255) = 33.51%
R=44.85%
G=21.65%
B=33.51%

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
Decimal1748413000.520.250.32329.3335.7150.59
HexAE548203419201492433
Octal25612420206431405114463
Binary10101110101010010000010011010011001100000101001001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5482; }

 p { color: rgb(174,84,130); }

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

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

 a { background-color: rgb(174,84,130); }

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

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

 span { border-color: rgb(174,84,130); }

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