Html Css Color HEX #AA315B Rouge

📋 copy color: '#AA315B'

red 170 ◦ green 49 ◦ blue 91

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

Shades of Rouge #AA315B

Tints of Rouge #AA315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.35%

R = 54.84%
G = 15.81%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA315B (or 0xAA315B) is known color: Rouge. HEX triplet: AA, 31 and 5B. RGB value is (170,49,91). Sum of RGB (Red+Green+Blue) = 170+49+91=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA315B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA315B is #55CEA4. Grayscale: #595959. Windows color (decimal): -5623461 or 5976490. OLE color: 5976490.

HSL color Cylindrical-coordinate representation of color #AA315B: hue angle of 339.17º 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 #AA315B is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 49 91 -
CMYK 0 0.71 0.46 0.33
HSL 339.17º 0.55% 0.43% -
HSV(B) 339.17º 0.71% 0.67% -
XYZ 19.56 11.5 11.09 -
YUV 89.97 128.59 185.08 -
System Red Green Blue C M Y K H S L
Decimal 170 49 91 0 0.71 0.46 0.33 339.17 0.55 0.43
Hex AA 31 5B 0 47 2E 21 153 37 2B
Octal 252 61 133 0 107 56 41 523 67 53
Binary 10101010 110001 1011011 0 1000111 101110 100001 101010011 110111 101011

Color Harmonies of #AA315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA315B

Black with #AA315B

Text Example


Text Example

White with #AA315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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