Html Css Color HEX #AE4172 Royal Heath

📋 copy color: '#AE4172'

red 174 ◦ green 65 ◦ blue 114

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

Shades of Royal Heath #AE4172

Tints of Royal Heath #AE4172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.41%

 BLUE value IS 114 (44.92% from 255) = 32.29%

R = 49.29%
G = 18.41%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE4172 (or 0xAE4172) is known color: Royal Heath. HEX triplet: AE, 41 and 72. RGB value is (174,65,114). Sum of RGB (Red+Green+Blue) = 174+65+114=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4172 is #51BE8D. Grayscale: #676767. Windows color (decimal): -5357198 or 7487918. OLE color: 7487918.

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

Color convert

RGB 174 65 114 -
CMYK 0 0.63 0.34 0.32
HSL 333.03º 0.46% 0.47% -
HSV(B) 333.03º 0.63% 0.68% -
XYZ 22.38 13.99 17.44 -
YUV 103.18 134.11 178.52 -
System Red Green Blue C M Y K H S L
Decimal 174 65 114 0 0.63 0.34 0.32 333.03 0.46 0.47
Hex AE 41 72 0 3F 22 20 14D 2E 2F
Octal 256 101 162 0 77 42 40 515 56 57
Binary 10101110 1000001 1110010 0 111111 100010 100000 101001101 101110 101111

Color Harmonies of #AE4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4172

Black with #AE4172

Text Example


Text Example

White with #AE4172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4172; }

 p { color: rgb(174,65,114); }

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

background-color css

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

 a { background-color: rgb(174,65,114); }

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

border-color css

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

 span { border-color: rgb(174,65,114); }

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