Html Css Color HEX #AE4272 Royal Heath

📋 copy color: '#AE4272'

red 174 ◦ green 66 ◦ blue 114

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

Shades of Royal Heath #AE4272

Tints of Royal Heath #AE4272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.64%

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

R = 49.15%
G = 18.64%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE4272 (or 0xAE4272) is known color: Royal Heath. HEX triplet: AE, 42 and 72. RGB value is (174,66,114). Sum of RGB (Red+Green+Blue) = 174+66+114=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4272 is #51BD8D. Grayscale: #676767. Windows color (decimal): -5356942 or 7488174. OLE color: 7488174.

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

Color convert

RGB 174 66 114 -
CMYK 0 0.62 0.34 0.32
HSL 333.33º 0.45% 0.47% -
HSV(B) 333.33º 0.62% 0.68% -
XYZ 22.44 14.11 17.46 -
YUV 103.76 133.78 178.1 -
System Red Green Blue C M Y K H S L
Decimal 174 66 114 0 0.62 0.34 0.32 333.33 0.45 0.47
Hex AE 42 72 0 3E 22 20 14D 2D 2F
Octal 256 102 162 0 76 42 40 515 55 57
Binary 10101110 1000010 1110010 0 111110 100010 100000 101001101 101101 101111

Color Harmonies of #AE4272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4272

Black with #AE4272

Text Example


Text Example

White with #AE4272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4272; }

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

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

background-color css

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

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

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

border-color css

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

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

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