Html Css Color HEX #AA3571 Rouge

📋 copy color: '#AA3571'

red 170 ◦ green 53 ◦ blue 113

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

Shades of Rouge #AA3571

Tints of Rouge #AA3571

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.77%

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

R = 50.6%
G = 15.77%
B = 33.63%

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

#AA3571 (or 0xAA3571) is known color: Rouge. HEX triplet: AA, 35 and 71. RGB value is (170,53,113). Sum of RGB (Red+Green+Blue) = 170+53+113=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3571 is #55CA8E. Grayscale: #5E5E5E. Windows color (decimal): -5622415 or 7419306. OLE color: 7419306.

HSL color Cylindrical-coordinate representation of color #AA3571: hue angle of 329.23º degrees, saturation: 0.52, 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 #AA3571 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 53 113 -
CMYK 0 0.69 0.34 0.33
HSL 329.23º 0.52% 0.44% -
HSV(B) 329.23º 0.69% 0.67% -
XYZ 20.83 12.28 16.9 -
YUV 94.82 138.26 181.62 -
System Red Green Blue C M Y K H S L
Decimal 170 53 113 0 0.69 0.34 0.33 329.23 0.52 0.44
Hex AA 35 71 0 45 22 21 149 34 2C
Octal 252 65 161 0 105 42 41 511 64 54
Binary 10101010 110101 1110001 0 1000101 100010 100001 101001001 110100 101100

Color Harmonies of #AA3571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3571

Black with #AA3571

Text Example


Text Example

White with #AA3571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3571; }

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

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

background-color css

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

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

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

border-color css

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

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

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