Html Css Color HEX #AE5585 Royal Heath

📋 copy color: '#AE5585'

red 174 ◦ green 85 ◦ blue 133

#AE5585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #AE5585

Tints of Royal Heath #AE5585

RGB

 RED value IS 174 (68.36% from 255) = 44.39%

 GREEN value IS 85 (33.59% from 255) = 21.68%

 BLUE value IS 133 (52.34% from 255) = 33.93%

R = 44.39%
G = 21.68%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AE5585 (or 0xAE5585) is known color: Royal Heath. HEX triplet: AE, 55 and 85. RGB value is (174,85,133). Sum of RGB (Red+Green+Blue) = 174+85+133=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5585 is #51AA7A. Grayscale: #747474. Windows color (decimal): -5352059 or 8738222. OLE color: 8738222.

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

Color convert

RGB 174 85 133 -
CMYK 0 0.51 0.24 0.32
HSL 327.64º 0.35% 0.51% -
HSV(B) 327.64º 0.51% 0.68% -
XYZ 24.94 17.19 24.19 -
YUV 117.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 174 85 133 0 0.51 0.24 0.32 327.64 0.35 0.51
Hex AE 55 85 0 33 18 20 148 23 33
Octal 256 125 205 0 63 30 40 510 43 63
Binary 10101110 1010101 10000101 0 110011 11000 100000 101001000 100011 110011

Color Harmonies of #AE5585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5585

Black with #AE5585

Text Example


Text Example

White with #AE5585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5585; }

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

 H1.HeaderClassName
 {
   color: #AE5585;
 }
 .AnyTagClassName
 {
   color: #AE5585;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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