Html Css Color HEX #AE4473 Royal Heath

📋 copy color: '#AE4473'

red 174 ◦ green 68 ◦ blue 115

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

Shades of Royal Heath #AE4473

Tints of Royal Heath #AE4473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.21%

R = 48.74%
G = 19.05%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE4473 (or 0xAE4473) is known color: Royal Heath. HEX triplet: AE, 44 and 73. RGB value is (174,68,115). Sum of RGB (Red+Green+Blue) = 174+68+115=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4473 is #51BB8C. Grayscale: #686868. Windows color (decimal): -5356429 or 7554222. OLE color: 7554222.

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

Color convert

RGB 174 68 115 -
CMYK 0 0.61 0.34 0.32
HSL 333.4º 0.44% 0.47% -
HSV(B) 333.4º 0.61% 0.68% -
XYZ 22.62 14.37 17.8 -
YUV 105.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 174 68 115 0 0.61 0.34 0.32 333.4 0.44 0.47
Hex AE 44 73 0 3D 22 20 14D 2C 2F
Octal 256 104 163 0 75 42 40 515 54 57
Binary 10101110 1000100 1110011 0 111101 100010 100000 101001101 101100 101111

Color Harmonies of #AE4473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4473

Black with #AE4473

Text Example


Text Example

White with #AE4473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4473; }

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

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

background-color css

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

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

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

border-color css

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

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

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