Html Css Color HEX #AA4171 Rouge

📋 copy color: '#AA4171'

red 170 ◦ green 65 ◦ blue 113

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

Shades of Rouge #AA4171

Tints of Rouge #AA4171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.68%

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

R = 48.85%
G = 18.68%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA4171 (or 0xAA4171) is known color: Rouge. HEX triplet: AA, 41 and 71. RGB value is (170,65,113). Sum of RGB (Red+Green+Blue) = 170+65+113=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4171 is #55BE8E. Grayscale: #656565. Windows color (decimal): -5619343 or 7422378. OLE color: 7422378.

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

Color convert

RGB 170 65 113 -
CMYK 0 0.62 0.34 0.33
HSL 332.57º 0.45% 0.46% -
HSV(B) 332.57º 0.62% 0.67% -
XYZ 21.45 13.52 17.1 -
YUV 101.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 170 65 113 0 0.62 0.34 0.33 332.57 0.45 0.46
Hex AA 41 71 0 3E 22 21 14D 2D 2E
Octal 252 101 161 0 76 42 41 515 55 56
Binary 10101010 1000001 1110001 0 111110 100010 100001 101001101 101101 101110

Color Harmonies of #AA4171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4171

Black with #AA4171

Text Example


Text Example

White with #AA4171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4171; }

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

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

background-color css

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

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

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

border-color css

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

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

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