Html Css Color HEX #AE487E Royal Heath

📋 copy color: '#AE487E'

red 174 ◦ green 72 ◦ blue 126

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

Shades of Royal Heath #AE487E

Tints of Royal Heath #AE487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.35%

 BLUE value IS 126 (49.61% from 255) = 33.87%

R = 46.77%
G = 19.35%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE487E (or 0xAE487E) is known color: Royal Heath. HEX triplet: AE, 48 and 7E. RGB value is (174,72,126). Sum of RGB (Red+Green+Blue) = 174+72+126=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE487E is #51B781. Grayscale: #6C6C6C. Windows color (decimal): -5355394 or 8276142. OLE color: 8276142.

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

Color convert

RGB 174 72 126 -
CMYK 0 0.59 0.28 0.32
HSL 328.24º 0.41% 0.48% -
HSV(B) 328.24º 0.59% 0.68% -
XYZ 23.54 15.14 21.42 -
YUV 108.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 174 72 126 0 0.59 0.28 0.32 328.24 0.41 0.48
Hex AE 48 7E 0 3B 1C 20 148 29 30
Octal 256 110 176 0 73 34 40 510 51 60
Binary 10101110 1001000 1111110 0 111011 11100 100000 101001000 101001 110000

Color Harmonies of #AE487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE487E

Black with #AE487E

Text Example


Text Example

White with #AE487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE487E; }

 p { color: rgb(174,72,126); }

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

background-color css

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

 a { background-color: rgb(174,72,126); }

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

border-color css

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

 span { border-color: rgb(174,72,126); }

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