Html Css Color HEX #AE3168 Rouge

📋 copy color: '#AE3168'

red 174 ◦ green 49 ◦ blue 104

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

Shades of Rouge #AE3168

Tints of Rouge #AE3168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.8%

R = 53.21%
G = 14.98%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE3168 (or 0xAE3168) is known color: Rouge. HEX triplet: AE, 31 and 68. RGB value is (174,49,104). Sum of RGB (Red+Green+Blue) = 174+49+104=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3168 is #51CE97. Grayscale: #5C5C5C. Windows color (decimal): -5361304 or 6828462. OLE color: 6828462.

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

Color convert

RGB 174 49 104 -
CMYK 0 0.72 0.40 0.32
HSL 333.6º 0.56% 0.44% -
HSV(B) 333.6º 0.72% 0.68% -
XYZ 21.05 12.19 14.34 -
YUV 92.65 134.41 186.03 -
System Red Green Blue C M Y K H S L
Decimal 174 49 104 0 0.72 0.40 0.32 333.6 0.56 0.44
Hex AE 31 68 0 48 28 20 14E 38 2C
Octal 256 61 150 0 110 50 40 516 70 54
Binary 10101110 110001 1101000 0 1001000 101000 100000 101001110 111000 101100

Color Harmonies of #AE3168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3168

Black with #AE3168

Text Example


Text Example

White with #AE3168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3168; }

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

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

background-color css

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

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

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

border-color css

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

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

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