Html Css Color HEX #AE4271 Royal Heath

📋 copy color: '#AE4271'

red 174 ◦ green 66 ◦ blue 113

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

Shades of Royal Heath #AE4271

Tints of Royal Heath #AE4271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.01%

R = 49.29%
G = 18.7%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AE4271 (or 0xAE4271) is known color: Royal Heath. HEX triplet: AE, 42 and 71. RGB value is (174,66,113). Sum of RGB (Red+Green+Blue) = 174+66+113=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4271 is #51BD8E. Grayscale: #676767. Windows color (decimal): -5356943 or 7422638. OLE color: 7422638.

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

Color convert

RGB 174 66 113 -
CMYK 0 0.62 0.35 0.32
HSL 333.89º 0.45% 0.47% -
HSV(B) 333.89º 0.62% 0.68% -
XYZ 22.38 14.09 17.16 -
YUV 103.65 133.28 178.18 -
System Red Green Blue C M Y K H S L
Decimal 174 66 113 0 0.62 0.35 0.32 333.89 0.45 0.47
Hex AE 42 71 0 3E 23 20 14E 2D 2F
Octal 256 102 161 0 76 43 40 516 55 57
Binary 10101110 1000010 1110001 0 111110 100011 100000 101001110 101101 101111

Color Harmonies of #AE4271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4271

Black with #AE4271

Text Example


Text Example

White with #AE4271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4271; }

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

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

background-color css

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

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

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

border-color css

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

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

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