Html Css Color HEX #A0316F Rouge

📋 copy color: '#A0316F'

red 160 ◦ green 49 ◦ blue 111

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

Shades of Rouge #A0316F

Tints of Rouge #A0316F

RGB

 RED value IS 160 (62.89% from 255) = 50%

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

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 50%
G = 15.31%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0316F (or 0xA0316F) is known color: Rouge. HEX triplet: A0, 31 and 6F. RGB value is (160,49,111). Sum of RGB (Red+Green+Blue) = 160+49+111=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0316F is #5FCE90. Grayscale: #595959. Windows color (decimal): -6278801 or 7287200. OLE color: 7287200.

HSL color Cylindrical-coordinate representation of color #A0316F: hue angle of 326.49º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0316F is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 49 111 -
CMYK 0 0.69 0.31 0.37
HSL 326.49º 0.53% 0.41% -
HSV(B) 326.49º 0.69% 0.63% -
XYZ 18.46 10.82 16.15 -
YUV 89.26 140.27 178.46 -
System Red Green Blue C M Y K H S L
Decimal 160 49 111 0 0.69 0.31 0.37 326.49 0.53 0.41
Hex A0 31 6F 0 45 1F 25 146 35 29
Octal 240 61 157 0 105 37 45 506 65 51
Binary 10100000 110001 1101111 0 1000101 11111 100101 101000110 110101 101001

Color Harmonies of #A0316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0316F

Black with #A0316F

Text Example


Text Example

White with #A0316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0316F; }

 p { color: rgb(160,49,111); }

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

background-color css

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

 a { background-color: rgb(160,49,111); }

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

border-color css

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

 span { border-color: rgb(160,49,111); }

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