Html Css Color HEX #AE447E Royal Heath

📋 copy color: '#AE447E'

red 174 ◦ green 68 ◦ blue 126

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

Shades of Royal Heath #AE447E

Tints of Royal Heath #AE447E

RGB

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

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

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

R = 47.28%
G = 18.48%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE447E (or 0xAE447E) is known color: Royal Heath. HEX triplet: AE, 44 and 7E. RGB value is (174,68,126). Sum of RGB (Red+Green+Blue) = 174+68+126=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE447E is #51BB81. Grayscale: #6A6A6A. Windows color (decimal): -5356418 or 8275118. OLE color: 8275118.

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

Color convert

RGB 174 68 126 -
CMYK 0 0.61 0.28 0.32
HSL 327.17º 0.44% 0.47% -
HSV(B) 327.17º 0.61% 0.68% -
XYZ 23.29 14.64 21.34 -
YUV 106.31 139.12 176.28 -
System Red Green Blue C M Y K H S L
Decimal 174 68 126 0 0.61 0.28 0.32 327.17 0.44 0.47
Hex AE 44 7E 0 3D 1C 20 147 2C 2F
Octal 256 104 176 0 75 34 40 507 54 57
Binary 10101110 1000100 1111110 0 111101 11100 100000 101000111 101100 101111

Color Harmonies of #AE447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE447E

Black with #AE447E

Text Example


Text Example

White with #AE447E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE447E; }

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

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

background-color css

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

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

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

border-color css

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

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

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