Html Css Color HEX #A0316B Rouge

📋 copy color: '#A0316B'

red 160 ◦ green 49 ◦ blue 107

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

Shades of Rouge #A0316B

Tints of Rouge #A0316B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 50.63%
G = 15.51%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0316B (or 0xA0316B) is known color: Rouge. HEX triplet: A0, 31 and 6B. RGB value is (160,49,107). Sum of RGB (Red+Green+Blue) = 160+49+107=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A0316B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0316B is #5FCE94. Grayscale: #585858. Windows color (decimal): -6278805 or 7025056. OLE color: 7025056.

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

Color convert

RGB 160 49 107 -
CMYK 0 0.69 0.33 0.37
HSL 328.65º 0.53% 0.41% -
HSV(B) 328.65º 0.69% 0.63% -
XYZ 18.25 10.73 15.02 -
YUV 88.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 160 49 107 0 0.69 0.33 0.37 328.65 0.53 0.41
Hex A0 31 6B 0 45 21 25 149 35 29
Octal 240 61 153 0 105 41 45 511 65 51
Binary 10100000 110001 1101011 0 1000101 100001 100101 101001001 110101 101001

Color Harmonies of #A0316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0316B

Black with #A0316B

Text Example


Text Example

White with #A0316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0316B; }

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

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

background-color css

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

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

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

border-color css

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

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

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