Html Css Color HEX #AE557F Royal Heath

📋 copy color: '#AE557F'

red 174 ◦ green 85 ◦ blue 127

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

Shades of Royal Heath #AE557F

Tints of Royal Heath #AE557F

RGB

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

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

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

R = 45.08%
G = 22.02%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AE557F (or 0xAE557F) is known color: Royal Heath. HEX triplet: AE, 55 and 7F. RGB value is (174,85,127). Sum of RGB (Red+Green+Blue) = 174+85+127=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE557F is #51AA80. Grayscale: #747474. Windows color (decimal): -5352065 or 8345006. OLE color: 8345006.

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

Color convert

RGB 174 85 127 -
CMYK 0 0.51 0.27 0.32
HSL 331.69º 0.35% 0.51% -
HSV(B) 331.69º 0.51% 0.68% -
XYZ 24.53 17.03 22.07 -
YUV 116.4 133.99 169.08 -
System Red Green Blue C M Y K H S L
Decimal 174 85 127 0 0.51 0.27 0.32 331.69 0.35 0.51
Hex AE 55 7F 0 33 1B 20 14C 23 33
Octal 256 125 177 0 63 33 40 514 43 63
Binary 10101110 1010101 1111111 0 110011 11011 100000 101001100 100011 110011

Color Harmonies of #AE557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE557F

Black with #AE557F

Text Example


Text Example

White with #AE557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE557F; }

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

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

background-color css

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

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

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

border-color css

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

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

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