Html Css Color HEX #AA3471 Rouge

📋 copy color: '#AA3471'

red 170 ◦ green 52 ◦ blue 113

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

Shades of Rouge #AA3471

Tints of Rouge #AA3471

RGB

 RED value IS 170 (66.8% from 255) = 50.75%

 GREEN value IS 52 (20.7% from 255) = 15.52%

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

R = 50.75%
G = 15.52%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA3471 (or 0xAA3471) is known color: Rouge. HEX triplet: AA, 34 and 71. RGB value is (170,52,113). Sum of RGB (Red+Green+Blue) = 170+52+113=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3471 is #55CB8E. Grayscale: #5E5E5E. Windows color (decimal): -5622671 or 7419050. OLE color: 7419050.

HSL color Cylindrical-coordinate representation of color #AA3471: hue angle of 328.98º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3471 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 52 113 -
CMYK 0 0.69 0.34 0.33
HSL 328.98º 0.53% 0.44% -
HSV(B) 328.98º 0.69% 0.67% -
XYZ 20.79 12.19 16.88 -
YUV 94.24 138.59 182.04 -
System Red Green Blue C M Y K H S L
Decimal 170 52 113 0 0.69 0.34 0.33 328.98 0.53 0.44
Hex AA 34 71 0 45 22 21 149 35 2C
Octal 252 64 161 0 105 42 41 511 65 54
Binary 10101010 110100 1110001 0 1000101 100010 100001 101001001 110101 101100

Color Harmonies of #AA3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3471

Black with #AA3471

Text Example


Text Example

White with #AA3471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3471; }

 p { color: rgb(170,52,113); }

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

background-color css

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

 a { background-color: rgb(170,52,113); }

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

border-color css

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

 span { border-color: rgb(170,52,113); }

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