Html Css Color HEX #AE316F Rouge

📋 copy color: '#AE316F'

red 174 ◦ green 49 ◦ blue 111

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

Shades of Rouge #AE316F

Tints of Rouge #AE316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

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

R = 52.1%
G = 14.67%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE316F (or 0xAE316F) is known color: Rouge. HEX triplet: AE, 31 and 6F. RGB value is (174,49,111). Sum of RGB (Red+Green+Blue) = 174+49+111=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE316F is #51CE90. Grayscale: #5D5D5D. Windows color (decimal): -5361297 or 7287214. OLE color: 7287214.

HSL color Cylindrical-coordinate representation of color #AE316F: hue angle of 330.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE316F is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 49 111 -
CMYK 0 0.72 0.36 0.32
HSL 330.24º 0.56% 0.44% -
HSV(B) 330.24º 0.72% 0.68% -
XYZ 21.42 12.34 16.29 -
YUV 93.44 137.91 185.46 -
System Red Green Blue C M Y K H S L
Decimal 174 49 111 0 0.72 0.36 0.32 330.24 0.56 0.44
Hex AE 31 6F 0 48 24 20 14A 38 2C
Octal 256 61 157 0 110 44 40 512 70 54
Binary 10101110 110001 1101111 0 1001000 100100 100000 101001010 111000 101100

Color Harmonies of #AE316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE316F

Black with #AE316F

Text Example


Text Example

White with #AE316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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