Html Css Color HEX #AE457C Royal Heath

📋 copy color: '#AE457C'

red 174 ◦ green 69 ◦ blue 124

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

Shades of Royal Heath #AE457C

Tints of Royal Heath #AE457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.8%

 BLUE value IS 124 (48.83% from 255) = 33.79%

R = 47.41%
G = 18.8%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE457C (or 0xAE457C) is known color: Royal Heath. HEX triplet: AE, 45 and 7C. RGB value is (174,69,124). Sum of RGB (Red+Green+Blue) = 174+69+124=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE457C is #51BA83. Grayscale: #6A6A6A. Windows color (decimal): -5356164 or 8144302. OLE color: 8144302.

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

Color convert

RGB 174 69 124 -
CMYK 0 0.60 0.29 0.32
HSL 328.57º 0.43% 0.48% -
HSV(B) 328.57º 0.6% 0.68% -
XYZ 23.22 14.71 20.68 -
YUV 106.67 137.79 176.03 -
System Red Green Blue C M Y K H S L
Decimal 174 69 124 0 0.60 0.29 0.32 328.57 0.43 0.48
Hex AE 45 7C 0 3C 1D 20 149 2B 30
Octal 256 105 174 0 74 35 40 511 53 60
Binary 10101110 1000101 1111100 0 111100 11101 100000 101001001 101011 110000

Color Harmonies of #AE457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE457C

Black with #AE457C

Text Example


Text Example

White with #AE457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE457C; }

 p { color: rgb(174,69,124); }

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

background-color css

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

 a { background-color: rgb(174,69,124); }

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

border-color css

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

 span { border-color: rgb(174,69,124); }

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