Html Css Color HEX #AE447F Royal Heath

📋 copy color: '#AE447F'

red 174 ◦ green 68 ◦ blue 127

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

Shades of Royal Heath #AE447F

Tints of Royal Heath #AE447F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.42%

R = 47.15%
G = 18.43%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AE447F (or 0xAE447F) is known color: Royal Heath. HEX triplet: AE, 44 and 7F. RGB value is (174,68,127). Sum of RGB (Red+Green+Blue) = 174+68+127=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE447F is #51BB80. Grayscale: #6A6A6A. Windows color (decimal): -5356417 or 8340654. OLE color: 8340654.

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

Color convert

RGB 174 68 127 -
CMYK 0 0.61 0.27 0.32
HSL 326.6º 0.44% 0.47% -
HSV(B) 326.6º 0.61% 0.68% -
XYZ 23.35 14.67 21.68 -
YUV 106.42 139.62 176.2 -
System Red Green Blue C M Y K H S L
Decimal 174 68 127 0 0.61 0.27 0.32 326.6 0.44 0.47
Hex AE 44 7F 0 3D 1B 20 147 2C 2F
Octal 256 104 177 0 75 33 40 507 54 57
Binary 10101110 1000100 1111111 0 111101 11011 100000 101000111 101100 101111

Color Harmonies of #AE447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE447F

Black with #AE447F

Text Example


Text Example

White with #AE447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE447F; }

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

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

background-color css

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

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

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

border-color css

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

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

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