#A43166

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

Shades of Rouge #A43166

Tints of Rouge #A43166

Color information

#A43166 (or 0xA43166) is unknown color: approx Rouge. HEX triplet: A4, 31 and 66. RGB value is (164,49,102). Sum of RGB (Red+Green+Blue) = 164+49+102=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A43166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43166 is #5BCE99. Grayscale: #595959. Windows color (decimal): -6016666 or 6697380. OLE color: 6697380.

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

Color convert

RGB16449102-
CMYK00.700.380.36
HSL332.35º53.99%41.76%-
HSV(B)332.35º70.12%64.31%-
XYZ18.8111.0513.71-
YUV89.43135.1181.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.06%
GREEN value IS 49 (19.53% from 255) = 15.56%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=52.06%
G=15.56%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644910200.700.380.36332.3553.9941.76
HexA43166046262414c362a
Octal24461146010646445146652
Binary10100100110001110011001000110100110100100101001100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43166; }

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

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

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

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

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

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

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

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