Html Css Color HEX #AA316C Rouge

📋 copy color: '#AA316C'

red 170 ◦ green 49 ◦ blue 108

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

Shades of Rouge #AA316C

Tints of Rouge #AA316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.03%

R = 51.99%
G = 14.98%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA316C (or 0xAA316C) is known color: Rouge. HEX triplet: AA, 31 and 6C. RGB value is (170,49,108). Sum of RGB (Red+Green+Blue) = 170+49+108=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA316C is #55CE93. Grayscale: #5B5B5B. Windows color (decimal): -5623444 or 7090602. OLE color: 7090602.

HSL color Cylindrical-coordinate representation of color #AA316C: hue angle of 330.74º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA316C is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 49 108 -
CMYK 0 0.71 0.36 0.33
HSL 330.74º 0.55% 0.43% -
HSV(B) 330.74º 0.71% 0.67% -
XYZ 20.38 11.83 15.4 -
YUV 91.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 170 49 108 0 0.71 0.36 0.33 330.74 0.55 0.43
Hex AA 31 6C 0 47 24 21 14B 37 2B
Octal 252 61 154 0 107 44 41 513 67 53
Binary 10101010 110001 1101100 0 1000111 100100 100001 101001011 110111 101011

Color Harmonies of #AA316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA316C

Black with #AA316C

Text Example


Text Example

White with #AA316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA316C; }

 p { color: rgb(170,49,108); }

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

background-color css

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

 a { background-color: rgb(170,49,108); }

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

border-color css

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

 span { border-color: rgb(170,49,108); }

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