Html Css Color HEX #AE416F Royal Heath

📋 copy color: '#AE416F'

red 174 ◦ green 65 ◦ blue 111

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

Shades of Royal Heath #AE416F

Tints of Royal Heath #AE416F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 49.71%
G = 18.57%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE416F (or 0xAE416F) is known color: Royal Heath. HEX triplet: AE, 41 and 6F. RGB value is (174,65,111). Sum of RGB (Red+Green+Blue) = 174+65+111=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE416F is #51BE90. Grayscale: #666666. Windows color (decimal): -5357201 or 7291310. OLE color: 7291310.

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

Color convert

RGB 174 65 111 -
CMYK 0 0.63 0.36 0.32
HSL 334.68º 0.46% 0.47% -
HSV(B) 334.68º 0.63% 0.68% -
XYZ 22.22 13.93 16.56 -
YUV 102.84 132.61 178.76 -
System Red Green Blue C M Y K H S L
Decimal 174 65 111 0 0.63 0.36 0.32 334.68 0.46 0.47
Hex AE 41 6F 0 3F 24 20 14F 2E 2F
Octal 256 101 157 0 77 44 40 517 56 57
Binary 10101110 1000001 1101111 0 111111 100100 100000 101001111 101110 101111

Color Harmonies of #AE416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE416F

Black with #AE416F

Text Example


Text Example

White with #AE416F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE416F; }

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

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

background-color css

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

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

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

border-color css

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

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

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