Html Css Color HEX #AE497B Royal Heath

📋 copy color: '#AE497B'

red 174 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #AE497B

Tints of Royal Heath #AE497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.73%

 BLUE value IS 123 (48.44% from 255) = 33.24%

R = 47.03%
G = 19.73%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE497B (or 0xAE497B) is known color: Royal Heath. HEX triplet: AE, 49 and 7B. RGB value is (174,73,123). Sum of RGB (Red+Green+Blue) = 174+73+123=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE497B is #51B684. Grayscale: #6C6C6C. Windows color (decimal): -5355141 or 8079790. OLE color: 8079790.

HSL color Cylindrical-coordinate representation of color #AE497B: hue angle of 330.3º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE497B is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 73 123 -
CMYK 0 0.58 0.29 0.32
HSL 330.3º 0.41% 0.48% -
HSV(B) 330.3º 0.58% 0.68% -
XYZ 23.41 15.19 20.44 -
YUV 108.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 174 73 123 0 0.58 0.29 0.32 330.3 0.41 0.48
Hex AE 49 7B 0 3A 1D 20 14A 29 30
Octal 256 111 173 0 72 35 40 512 51 60
Binary 10101110 1001001 1111011 0 111010 11101 100000 101001010 101001 110000

Color Harmonies of #AE497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE497B

Black with #AE497B

Text Example


Text Example

White with #AE497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE497B; }

 p { color: rgb(174,73,123); }

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

background-color css

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

 a { background-color: rgb(174,73,123); }

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

border-color css

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

 span { border-color: rgb(174,73,123); }

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