Html Css Color HEX #AE506F Royal Heath

📋 copy color: '#AE506F'

red 174 ◦ green 80 ◦ blue 111

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

Shades of Royal Heath #AE506F

Tints of Royal Heath #AE506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.92%

 BLUE value IS 111 (43.75% from 255) = 30.41%

R = 47.67%
G = 21.92%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE506F (or 0xAE506F) is known color: Royal Heath. HEX triplet: AE, 50 and 6F. RGB value is (174,80,111). Sum of RGB (Red+Green+Blue) = 174+80+111=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE506F is #51AF90. Grayscale: #6F6F6F. Windows color (decimal): -5353361 or 7295150. OLE color: 7295150.

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

Color convert

RGB 174 80 111 -
CMYK 0 0.54 0.36 0.32
HSL 340.21º 0.37% 0.5% -
HSV(B) 340.21º 0.54% 0.68% -
XYZ 23.19 15.88 16.88 -
YUV 111.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 174 80 111 0 0.54 0.36 0.32 340.21 0.37 0.5
Hex AE 50 6F 0 36 24 20 154 25 32
Octal 256 120 157 0 66 44 40 524 45 62
Binary 10101110 1010000 1101111 0 110110 100100 100000 101010100 100101 110010

Color Harmonies of #AE506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE506F

Black with #AE506F

Text Example


Text Example

White with #AE506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE506F; }

 p { color: rgb(174,80,111); }

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

background-color css

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

 a { background-color: rgb(174,80,111); }

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

border-color css

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

 span { border-color: rgb(174,80,111); }

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