Html Css Color HEX #A0316C Rouge

📋 copy color: '#A0316C'

red 160 ◦ green 49 ◦ blue 108

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

Shades of Rouge #A0316C

Tints of Rouge #A0316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 50.47%
G = 15.46%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0316C (or 0xA0316C) is known color: Rouge. HEX triplet: A0, 31 and 6C. RGB value is (160,49,108). Sum of RGB (Red+Green+Blue) = 160+49+108=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A0316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0316C is #5FCE93. Grayscale: #585858. Windows color (decimal): -6278804 or 7090592. OLE color: 7090592.

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

Color convert

RGB 160 49 108 -
CMYK 0 0.69 0.32 0.37
HSL 328.11º 0.53% 0.41% -
HSV(B) 328.11º 0.69% 0.63% -
XYZ 18.3 10.75 15.3 -
YUV 88.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 160 49 108 0 0.69 0.32 0.37 328.11 0.53 0.41
Hex A0 31 6C 0 45 20 25 148 35 29
Octal 240 61 154 0 105 40 45 510 65 51
Binary 10100000 110001 1101100 0 1000101 100000 100101 101001000 110101 101001

Color Harmonies of #A0316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0316C

Black with #A0316C

Text Example


Text Example

White with #A0316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0316C; }

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

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

background-color css

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

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

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

border-color css

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

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

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