Html Css Color HEX #A0316E Rouge

📋 copy color: '#A0316E'

red 160 ◦ green 49 ◦ blue 110

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

Shades of Rouge #A0316E

Tints of Rouge #A0316E

RGB

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

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

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

R = 50.16%
G = 15.36%
B = 34.48%

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

#A0316E (or 0xA0316E) is known color: Rouge. HEX triplet: A0, 31 and 6E. RGB value is (160,49,110). Sum of RGB (Red+Green+Blue) = 160+49+110=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0316E is #5FCE91. Grayscale: #595959. Windows color (decimal): -6278802 or 7221664. OLE color: 7221664.

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

Color convert

RGB 160 49 110 -
CMYK 0 0.69 0.31 0.37
HSL 327.03º 0.53% 0.41% -
HSV(B) 327.03º 0.69% 0.63% -
XYZ 18.41 10.8 15.87 -
YUV 89.14 139.77 178.54 -
System Red Green Blue C M Y K H S L
Decimal 160 49 110 0 0.69 0.31 0.37 327.03 0.53 0.41
Hex A0 31 6E 0 45 1F 25 147 35 29
Octal 240 61 156 0 105 37 45 507 65 51
Binary 10100000 110001 1101110 0 1000101 11111 100101 101000111 110101 101001

Color Harmonies of #A0316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0316E

Black with #A0316E

Text Example


Text Example

White with #A0316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0316E; }

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

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

background-color css

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

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

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

border-color css

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

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

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