#A93366

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

Shades of Rouge #A93366

Tints of Rouge #A93366

Color information

#A93366 (or 0xA93366) is unknown color: approx Rouge. HEX triplet: A9, 33 and 66. RGB value is (169,51,102). Sum of RGB (Red+Green+Blue) = 169+51+102=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A93366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93366 is #56CC99. Grayscale: #5C5C5C. Windows color (decimal): -5688474 or 6697897. OLE color: 6697897.

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

Color convert

RGB16951102-
CMYK00.700.400.34
HSL334.07º53.64%43.14%-
HSV(B)334.07º69.82%66.27%-
XYZ19.9411.7613.79-
YUV92.1133.59182.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.48%
GREEN value IS 51 (20.31% from 255) = 15.84%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=52.48%
G=15.84%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695110200.700.400.34334.0753.6443.14
HexA93366046282214e362b
Octal25163146010650425166653
Binary10101001110011110011001000110101000100010101001110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93366; }

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

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

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

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

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

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

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

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