#A53366

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

Shades of Rouge #A53366

Tints of Rouge #A53366

Color information

#A53366 (or 0xA53366) is unknown color: approx Rouge. HEX triplet: A5, 33 and 66. RGB value is (165,51,102). Sum of RGB (Red+Green+Blue) = 165+51+102=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A53366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53366 is #5ACC99. Grayscale: #5A5A5A. Windows color (decimal): -5950618 or 6697893. OLE color: 6697893.

HSL color Cylindrical-coordinate representation of color #A53366: hue angle of 333.16º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53366 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB16551102-
CMYK00.690.380.35
HSL333.16º52.78%42.35%-
HSV(B)333.16º69.09%64.71%-
XYZ19.111.3313.75-
YUV90.9134.27180.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.89%
GREEN value IS 51 (20.31% from 255) = 16.04%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=51.89%
G=16.04%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655110200.690.380.35333.1652.7842.35
HexA53366045262314d352a
Octal24563146010546435156552
Binary10100101110011110011001000101100110100011101001101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53366; }

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

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

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

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

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

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

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

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