#a13b6a

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

Shades of Rouge #A13B6A

Tints of Rouge #A13B6A

Color information

#A13B6A (or 0xA13B6A) is unknown color: approx Rouge. HEX triplet: A1, 3B and 6A. RGB value is (161,59,106). Sum of RGB (Red+Green+Blue) = 161+59+106=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13B6A is #5EC495. Grayscale: #5E5E5E. Windows color (decimal): -6210710 or 6962081. OLE color: 6962081.

HSL color Cylindrical-coordinate representation of color #A13B6A: hue angle of 332.35º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A13B6A is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB16159106-
CMYK00.630.340.37
HSL332.35º46.36%43.14%-
HSV(B)332.35º63.35%63.14%-
XYZ18.8611.7514.91-
YUV94.86134.29175.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.39%
GREEN value IS 59 (23.44% from 255) = 18.10%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=49.39%
G=18.10%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615910600.630.340.37332.3546.3643.14
HexA13B6A03F222514c2e2b
Octal2417315207742455145653
Binary1010000111101111010100111111100010100101101001100101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a13b6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a13b6a; }

 p { color: rgb(161,59,106); }

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

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

 a { background-color: rgb(161,59,106); }

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

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

 span { border-color: rgb(161,59,106); }

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