#AE5885

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

Shades of Royal Heath #AE5885

Tints of Royal Heath #AE5885

Color information

#AE5885 (or 0xAE5885) is unknown color: approx Royal Heath. HEX triplet: AE, 58 and 85. RGB value is (174,88,133). Sum of RGB (Red+Green+Blue) = 174+88+133=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5885 is #51A77A. Grayscale: #767676. Windows color (decimal): -5351291 or 8738990. OLE color: 8738990.

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

Color convert

RGB17488133-
CMYK00.490.240.32
HSL328.6º34.68%51.37%-
HSV(B)328.6º49.43%68.24%-
XYZ25.1817.6724.27-
YUV118.84135.99167.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 88 (34.77% from 255) = 22.28%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=44.05%
G=22.28%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748813300.490.240.32328.634.6851.37
HexAE588503118201492333
Octal25613020506130405114363
Binary10101110101100010000101011000111000100000101001001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5885; }

 p { color: rgb(174,88,133); }

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

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

 a { background-color: rgb(174,88,133); }

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

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

 span { border-color: rgb(174,88,133); }

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