Html Css Color HEX #AA315F Rouge

📋 copy color: '#AA315F'

red 170 ◦ green 49 ◦ blue 95

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

Shades of Rouge #AA315F

Tints of Rouge #AA315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.25%

R = 54.14%
G = 15.61%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA315F (or 0xAA315F) is known color: Rouge. HEX triplet: AA, 31 and 5F. RGB value is (170,49,95). Sum of RGB (Red+Green+Blue) = 170+49+95=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA315F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA315F is #55CEA0. Grayscale: #5A5A5A. Windows color (decimal): -5623457 or 6238634. OLE color: 6238634.

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

Color convert

RGB 170 49 95 -
CMYK 0 0.71 0.44 0.33
HSL 337.19º 0.55% 0.43% -
HSV(B) 337.19º 0.71% 0.67% -
XYZ 19.74 11.57 12.02 -
YUV 90.42 130.59 184.76 -
System Red Green Blue C M Y K H S L
Decimal 170 49 95 0 0.71 0.44 0.33 337.19 0.55 0.43
Hex AA 31 5F 0 47 2C 21 151 37 2B
Octal 252 61 137 0 107 54 41 521 67 53
Binary 10101010 110001 1011111 0 1000111 101100 100001 101010001 110111 101011

Color Harmonies of #AA315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA315F

Black with #AA315F

Text Example


Text Example

White with #AA315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA315F; }

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

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

background-color css

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

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

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

border-color css

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

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

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