Html Css Color HEX #AE4471 Royal Heath

📋 copy color: '#AE4471'

red 174 ◦ green 68 ◦ blue 113

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

Shades of Royal Heath #AE4471

Tints of Royal Heath #AE4471

RGB

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

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

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

R = 49.01%
G = 19.15%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AE4471 (or 0xAE4471) is known color: Royal Heath. HEX triplet: AE, 44 and 71. RGB value is (174,68,113). Sum of RGB (Red+Green+Blue) = 174+68+113=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4471 is #51BB8E. Grayscale: #686868. Windows color (decimal): -5356431 or 7423150. OLE color: 7423150.

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

Color convert

RGB 174 68 113 -
CMYK 0 0.61 0.35 0.32
HSL 334.53º 0.44% 0.47% -
HSV(B) 334.53º 0.61% 0.68% -
XYZ 22.5 14.33 17.2 -
YUV 104.82 132.62 177.34 -
System Red Green Blue C M Y K H S L
Decimal 174 68 113 0 0.61 0.35 0.32 334.53 0.44 0.47
Hex AE 44 71 0 3D 23 20 14F 2C 2F
Octal 256 104 161 0 75 43 40 517 54 57
Binary 10101110 1000100 1110001 0 111101 100011 100000 101001111 101100 101111

Color Harmonies of #AE4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4471

Black with #AE4471

Text Example


Text Example

White with #AE4471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4471; }

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

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

background-color css

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

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

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

border-color css

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

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

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