Html Css Color HEX #AE577F Royal Heath

📋 copy color: '#AE577F'

red 174 ◦ green 87 ◦ blue 127

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

Shades of Royal Heath #AE577F

Tints of Royal Heath #AE577F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.42%

 BLUE value IS 127 (50% from 255) = 32.73%

R = 44.85%
G = 22.42%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AE577F (or 0xAE577F) is known color: Royal Heath. HEX triplet: AE, 57 and 7F. RGB value is (174,87,127). Sum of RGB (Red+Green+Blue) = 174+87+127=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE577F is #51A880. Grayscale: #757575. Windows color (decimal): -5351553 or 8345518. OLE color: 8345518.

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

Color convert

RGB 174 87 127 -
CMYK 0 0.5 0.27 0.32
HSL 332.41º 0.35% 0.51% -
HSV(B) 332.41º 0.5% 0.68% -
XYZ 24.69 17.35 22.13 -
YUV 117.57 133.32 168.25 -
System Red Green Blue C M Y K H S L
Decimal 174 87 127 0 0.5 0.27 0.32 332.41 0.35 0.51
Hex AE 57 7F 0 32 1B 20 14C 23 33
Octal 256 127 177 0 62 33 40 514 43 63
Binary 10101110 1010111 1111111 0 110010 11011 100000 101001100 100011 110011

Color Harmonies of #AE577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE577F

Black with #AE577F

Text Example


Text Example

White with #AE577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE577F; }

 p { color: rgb(174,87,127); }

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

background-color css

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

 a { background-color: rgb(174,87,127); }

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

border-color css

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

 span { border-color: rgb(174,87,127); }

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