Html Css Color HEX #AE447C Royal Heath

📋 copy color: '#AE447C'

red 174 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #AE447C

Tints of Royal Heath #AE447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.58%

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

R = 47.54%
G = 18.58%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE447C (or 0xAE447C) is known color: Royal Heath. HEX triplet: AE, 44 and 7C. RGB value is (174,68,124). Sum of RGB (Red+Green+Blue) = 174+68+124=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE447C is #51BB83. Grayscale: #696969. Windows color (decimal): -5356420 or 8144046. OLE color: 8144046.

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

Color convert

RGB 174 68 124 -
CMYK 0 0.61 0.29 0.32
HSL 328.3º 0.44% 0.47% -
HSV(B) 328.3º 0.61% 0.68% -
XYZ 23.16 14.59 20.66 -
YUV 106.08 138.12 176.45 -
System Red Green Blue C M Y K H S L
Decimal 174 68 124 0 0.61 0.29 0.32 328.3 0.44 0.47
Hex AE 44 7C 0 3D 1D 20 148 2C 2F
Octal 256 104 174 0 75 35 40 510 54 57
Binary 10101110 1000100 1111100 0 111101 11101 100000 101001000 101100 101111

Color Harmonies of #AE447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE447C

Black with #AE447C

Text Example


Text Example

White with #AE447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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