Html Css Color HEX #A0316A Rouge

📋 copy color: '#A0316A'

red 160 ◦ green 49 ◦ blue 106

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

Shades of Rouge #A0316A

Tints of Rouge #A0316A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 50.79%
G = 15.56%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0316A (or 0xA0316A) is known color: Rouge. HEX triplet: A0, 31 and 6A. RGB value is (160,49,106). Sum of RGB (Red+Green+Blue) = 160+49+106=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A0316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0316A is #5FCE95. Grayscale: #585858. Windows color (decimal): -6278806 or 6959520. OLE color: 6959520.

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

Color convert

RGB 160 49 106 -
CMYK 0 0.69 0.34 0.37
HSL 329.19º 0.53% 0.41% -
HSV(B) 329.19º 0.69% 0.63% -
XYZ 18.2 10.71 14.74 -
YUV 88.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 160 49 106 0 0.69 0.34 0.37 329.19 0.53 0.41
Hex A0 31 6A 0 45 22 25 149 35 29
Octal 240 61 152 0 105 42 45 511 65 51
Binary 10100000 110001 1101010 0 1000101 100010 100101 101001001 110101 101001

Color Harmonies of #A0316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0316A

Black with #A0316A

Text Example


Text Example

White with #A0316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0316A; }

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

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

background-color css

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

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

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

border-color css

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

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

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