Html Css Color HEX #AA315C Rouge

📋 copy color: '#AA315C'

red 170 ◦ green 49 ◦ blue 92

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

Shades of Rouge #AA315C

Tints of Rouge #AA315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.58%

R = 54.66%
G = 15.76%
B = 29.58%

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

#AA315C (or 0xAA315C) is known color: Rouge. HEX triplet: AA, 31 and 5C. RGB value is (170,49,92). Sum of RGB (Red+Green+Blue) = 170+49+92=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA315C is #55CEA3. Grayscale: #5A5A5A. Windows color (decimal): -5623460 or 6042026. OLE color: 6042026.

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

Color convert

RGB 170 49 92 -
CMYK 0 0.71 0.46 0.33
HSL 338.68º 0.55% 0.43% -
HSV(B) 338.68º 0.71% 0.67% -
XYZ 19.61 11.52 11.31 -
YUV 90.08 129.09 185 -
System Red Green Blue C M Y K H S L
Decimal 170 49 92 0 0.71 0.46 0.33 338.68 0.55 0.43
Hex AA 31 5C 0 47 2E 21 153 37 2B
Octal 252 61 134 0 107 56 41 523 67 53
Binary 10101010 110001 1011100 0 1000111 101110 100001 101010011 110111 101011

Color Harmonies of #AA315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA315C

Black with #AA315C

Text Example


Text Example

White with #AA315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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