Html Css Color HEX #AE497D Royal Heath

📋 copy color: '#AE497D'

red 174 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #AE497D

Tints of Royal Heath #AE497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.6%

R = 46.77%
G = 19.62%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE497D (or 0xAE497D) is known color: Royal Heath. HEX triplet: AE, 49 and 7D. RGB value is (174,73,125). Sum of RGB (Red+Green+Blue) = 174+73+125=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE497D is #51B682. Grayscale: #6D6D6D. Windows color (decimal): -5355139 or 8210862. OLE color: 8210862.

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

Color convert

RGB 174 73 125 -
CMYK 0 0.58 0.28 0.32
HSL 329.11º 0.41% 0.48% -
HSV(B) 329.11º 0.58% 0.68% -
XYZ 23.54 15.24 21.1 -
YUV 109.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 174 73 125 0 0.58 0.28 0.32 329.11 0.41 0.48
Hex AE 49 7D 0 3A 1C 20 149 29 30
Octal 256 111 175 0 72 34 40 511 51 60
Binary 10101110 1001001 1111101 0 111010 11100 100000 101001001 101001 110000

Color Harmonies of #AE497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE497D

Black with #AE497D

Text Example


Text Example

White with #AE497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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