#A13162

Color #A13162 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A13162

Tints of Rouge #A13162

Color information

#A13162 (or 0xA13162) is unknown color: approx Rouge. HEX triplet: A1, 31 and 62. RGB value is (161,49,98). Sum of RGB (Red+Green+Blue) = 161+49+98=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A13162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13162 is #5ECE9D. Grayscale: #575757. Windows color (decimal): -6213278 or 6435233. OLE color: 6435233.

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

Color convert

RGB1614998-
CMYK00.700.390.37
HSL333.75º53.33%41.18%-
HSV(B)333.75º69.57%63.14%-
XYZ1810.6612.66-
YUV88.07133.61180.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.27%
GREEN value IS 49 (19.53% from 255) = 15.91%
BLUE value IS 98 (38.67% from 255) = 31.82%
R=52.27%
G=15.91%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161499800.700.390.37333.7553.3341.18
HexA13162046272514e3529
Octal24161142010647455166551
Binary10100001110001110001001000110100111100101101001110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13162; }

 p { color: rgb(161,49,98); }

 H1.HeaderClassName
 {
   color: #A13162;
 }
 .AnyTagClassName
 {
   color: #A13162;
 }
</style>
background-color css

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

 a { background-color: rgb(161,49,98); }

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

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

 span { border-color: rgb(161,49,98); }

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