Html Css Color HEX #AE4470 Royal Heath

📋 copy color: '#AE4470'

red 174 ◦ green 68 ◦ blue 112

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

Shades of Royal Heath #AE4470

Tints of Royal Heath #AE4470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.64%

R = 49.15%
G = 19.21%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE4470 (or 0xAE4470) is known color: Royal Heath. HEX triplet: AE, 44 and 70. RGB value is (174,68,112). Sum of RGB (Red+Green+Blue) = 174+68+112=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4470 is #51BB8F. Grayscale: #686868. Windows color (decimal): -5356432 or 7357614. OLE color: 7357614.

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

Color convert

RGB 174 68 112 -
CMYK 0 0.61 0.36 0.32
HSL 335.09º 0.44% 0.47% -
HSV(B) 335.09º 0.61% 0.68% -
XYZ 22.45 14.3 16.91 -
YUV 104.71 132.12 177.42 -
System Red Green Blue C M Y K H S L
Decimal 174 68 112 0 0.61 0.36 0.32 335.09 0.44 0.47
Hex AE 44 70 0 3D 24 20 14F 2C 2F
Octal 256 104 160 0 75 44 40 517 54 57
Binary 10101110 1000100 1110000 0 111101 100100 100000 101001111 101100 101111

Color Harmonies of #AE4470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4470

Black with #AE4470

Text Example


Text Example

White with #AE4470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4470; }

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

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

background-color css

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

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

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

border-color css

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

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

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