Html Css Color HEX #A8316E Rouge

📋 copy color: '#A8316E'

red 168 ◦ green 49 ◦ blue 110

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

Shades of Rouge #A8316E

Tints of Rouge #A8316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.64%

R = 51.38%
G = 14.98%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8316E (or 0xA8316E) is known color: Rouge. HEX triplet: A8, 31 and 6E. RGB value is (168,49,110). Sum of RGB (Red+Green+Blue) = 168+49+110=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8316E is #57CE91. Grayscale: #5B5B5B. Windows color (decimal): -5754514 or 7221672. OLE color: 7221672.

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

Color convert

RGB 168 49 110 -
CMYK 0 0.71 0.35 0.34
HSL 329.24º 0.55% 0.43% -
HSV(B) 329.24º 0.71% 0.66% -
XYZ 20.06 11.65 15.94 -
YUV 91.54 138.42 182.54 -
System Red Green Blue C M Y K H S L
Decimal 168 49 110 0 0.71 0.35 0.34 329.24 0.55 0.43
Hex A8 31 6E 0 47 23 22 149 37 2B
Octal 250 61 156 0 107 43 42 511 67 53
Binary 10101000 110001 1101110 0 1000111 100011 100010 101001001 110111 101011

Color Harmonies of #A8316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8316E

Black with #A8316E

Text Example


Text Example

White with #A8316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8316E; }

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

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

background-color css

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

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

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

border-color css

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

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

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