#A93166

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

Shades of Rouge #A93166

Tints of Rouge #A93166

Color information

#A93166 (or 0xA93166) is unknown color: approx Rouge. HEX triplet: A9, 31 and 66. RGB value is (169,49,102). Sum of RGB (Red+Green+Blue) = 169+49+102=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A93166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93166 is #56CE99. Grayscale: #5A5A5A. Windows color (decimal): -5688986 or 6697385. OLE color: 6697385.

HSL color Cylindrical-coordinate representation of color #A93166: hue angle of 333.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A93166 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB16949102-
CMYK00.710.400.34
HSL333.5º55.05%42.75%-
HSV(B)333.5º71.01%66.27%-
XYZ19.8611.5913.76-
YUV90.92134.26183.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.81%
GREEN value IS 49 (19.53% from 255) = 15.31%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=52.81%
G=15.31%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694910200.710.400.34333.555.0542.75
HexA93166047282214e372b
Octal25161146010750425166753
Binary10101001110001110011001000111101000100010101001110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93166; }

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

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

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

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

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

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

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

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