Html Css Color HEX #AE3A71 Rouge

📋 copy color: '#AE3A71'

red 174 ◦ green 58 ◦ blue 113

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

Shades of Rouge #AE3A71

Tints of Rouge #AE3A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.81%

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

R = 50.43%
G = 16.81%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AE3A71 (or 0xAE3A71) is known color: Rouge. HEX triplet: AE, 3A and 71. RGB value is (174,58,113). Sum of RGB (Red+Green+Blue) = 174+58+113=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3A71 is #51C58E. Grayscale: #626262. Windows color (decimal): -5358991 or 7420590. OLE color: 7420590.

HSL color Cylindrical-coordinate representation of color #AE3A71: hue angle of 331.55º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE3A71 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 58 113 -
CMYK 0 0.67 0.35 0.32
HSL 331.55º 0.5% 0.45% -
HSV(B) 331.55º 0.67% 0.68% -
XYZ 21.95 13.22 17.02 -
YUV 98.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 174 58 113 0 0.67 0.35 0.32 331.55 0.5 0.45
Hex AE 3A 71 0 43 23 20 14C 32 2D
Octal 256 72 161 0 103 43 40 514 62 55
Binary 10101110 111010 1110001 0 1000011 100011 100000 101001100 110010 101101

Color Harmonies of #AE3A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3A71

Black with #AE3A71

Text Example


Text Example

White with #AE3A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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