Html Css Color HEX #AE315D Rouge

📋 copy color: '#AE315D'

red 174 ◦ green 49 ◦ blue 93

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

Shades of Rouge #AE315D

Tints of Rouge #AE315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 55.06%
G = 15.51%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE315D (or 0xAE315D) is known color: Rouge. HEX triplet: AE, 31 and 5D. RGB value is (174,49,93). Sum of RGB (Red+Green+Blue) = 174+49+93=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE315D is #51CEA2. Grayscale: #5B5B5B. Windows color (decimal): -5361315 or 6107566. OLE color: 6107566.

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

Color convert

RGB 174 49 93 -
CMYK 0 0.72 0.47 0.32
HSL 338.88º 0.56% 0.44% -
HSV(B) 338.88º 0.72% 0.68% -
XYZ 20.53 11.99 11.59 -
YUV 91.39 128.91 186.92 -
System Red Green Blue C M Y K H S L
Decimal 174 49 93 0 0.72 0.47 0.32 338.88 0.56 0.44
Hex AE 31 5D 0 48 2F 20 153 38 2C
Octal 256 61 135 0 110 57 40 523 70 54
Binary 10101110 110001 1011101 0 1001000 101111 100000 101010011 111000 101100

Color Harmonies of #AE315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE315D

Black with #AE315D

Text Example


Text Example

White with #AE315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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