#A33164

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

Shades of Rouge #A33164

Tints of Rouge #A33164

Color information

#A33164 (or 0xA33164) is unknown color: approx Rouge. HEX triplet: A3, 31 and 64. RGB value is (163,49,100). Sum of RGB (Red+Green+Blue) = 163+49+100=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A33164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33164 is #5CCE9B. Grayscale: #585858. Windows color (decimal): -6082204 or 6566307. OLE color: 6566307.

HSL color Cylindrical-coordinate representation of color #A33164: hue angle of 333.16º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A33164 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB16349100-
CMYK00.700.390.36
HSL333.16º53.77%41.57%-
HSV(B)333.16º69.94%63.92%-
XYZ18.510.913.19-
YUV88.9134.27180.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.24%
GREEN value IS 49 (19.53% from 255) = 15.71%
BLUE value IS 100 (39.45% from 255) = 32.05%
R=52.24%
G=15.71%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634910000.700.390.36333.1653.7741.57
HexA33164046272414d362a
Octal24361144010647445156652
Binary10100011110001110010001000110100111100100101001101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33164; }

 p { color: rgb(163,49,100); }

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

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

 a { background-color: rgb(163,49,100); }

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

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

 span { border-color: rgb(163,49,100); }

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