Html Css Color HEX #AA315D Rouge

📋 copy color: '#AA315D'

red 170 ◦ green 49 ◦ blue 93

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

Shades of Rouge #AA315D

Tints of Rouge #AA315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.81%

R = 54.49%
G = 15.71%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA315D (or 0xAA315D) is known color: Rouge. HEX triplet: AA, 31 and 5D. RGB value is (170,49,93). Sum of RGB (Red+Green+Blue) = 170+49+93=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA315D is #55CEA2. Grayscale: #5A5A5A. Windows color (decimal): -5623459 or 6107562. OLE color: 6107562.

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

Color convert

RGB 170 49 93 -
CMYK 0 0.71 0.45 0.33
HSL 338.18º 0.55% 0.43% -
HSV(B) 338.18º 0.71% 0.67% -
XYZ 19.65 11.53 11.55 -
YUV 90.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 170 49 93 0 0.71 0.45 0.33 338.18 0.55 0.43
Hex AA 31 5D 0 47 2D 21 152 37 2B
Octal 252 61 135 0 107 55 41 522 67 53
Binary 10101010 110001 1011101 0 1000111 101101 100001 101010010 110111 101011

Color Harmonies of #AA315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA315D

Black with #AA315D

Text Example


Text Example

White with #AA315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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