Html Css Color HEX #A8315C Rouge

📋 copy color: '#A8315C'

red 168 ◦ green 49 ◦ blue 92

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

Shades of Rouge #A8315C

Tints of Rouge #A8315C

RGB

 RED value IS 168 (66.02% from 255) = 54.37%

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

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

R = 54.37%
G = 15.86%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8315C (or 0xA8315C) is known color: Rouge. HEX triplet: A8, 31 and 5C. RGB value is (168,49,92). Sum of RGB (Red+Green+Blue) = 168+49+92=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A8315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8315C is #57CEA3. Grayscale: #595959. Windows color (decimal): -5754532 or 6042024. OLE color: 6042024.

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

Color convert

RGB 168 49 92 -
CMYK 0 0.71 0.45 0.34
HSL 338.32º 0.55% 0.43% -
HSV(B) 338.32º 0.71% 0.66% -
XYZ 19.18 11.29 11.29 -
YUV 89.48 129.42 184 -
System Red Green Blue C M Y K H S L
Decimal 168 49 92 0 0.71 0.45 0.34 338.32 0.55 0.43
Hex A8 31 5C 0 47 2D 22 152 37 2B
Octal 250 61 134 0 107 55 42 522 67 53
Binary 10101000 110001 1011100 0 1000111 101101 100010 101010010 110111 101011

Color Harmonies of #A8315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8315C

Black with #A8315C

Text Example


Text Example

White with #A8315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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