#A33166

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

Shades of Rouge #A33166

Tints of Rouge #A33166

Color information

#A33166 (or 0xA33166) is unknown color: approx Rouge. HEX triplet: A3, 31 and 66. RGB value is (163,49,102). Sum of RGB (Red+Green+Blue) = 163+49+102=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A33166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33166 is #5CCE99. Grayscale: #595959. Windows color (decimal): -6082202 or 6697379. OLE color: 6697379.

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

Color convert

RGB16349102-
CMYK00.700.370.36
HSL332.11º53.77%41.57%-
HSV(B)332.11º69.94%63.92%-
XYZ18.610.9413.7-
YUV89.13135.27180.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.91%
GREEN value IS 49 (19.53% from 255) = 15.61%
BLUE value IS 102 (40.23% from 255) = 32.48%
R=51.91%
G=15.61%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634910200.700.370.36332.1153.7741.57
HexA33166046252414c362a
Octal24361146010645445146652
Binary10100011110001110011001000110100101100100101001100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33166; }

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

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

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

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

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

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

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

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