#A33369

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

Shades of Rouge #A33369

Tints of Rouge #A33369

Color information

#A33369 (or 0xA33369) is unknown color: approx Rouge. HEX triplet: A3, 33 and 69. RGB value is (163,51,105). Sum of RGB (Red+Green+Blue) = 163+51+105=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A33369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33369 is #5CCC96. Grayscale: #5A5A5A. Windows color (decimal): -6081687 or 6894499. OLE color: 6894499.

HSL color Cylindrical-coordinate representation of color #A33369: hue angle of 331.07º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33369 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB16351105-
CMYK00.690.360.36
HSL331.07º52.34%41.96%-
HSV(B)331.07º68.71%63.92%-
XYZ18.8411.1714.53-
YUV90.64136.11179.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.10%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=51.10%
G=15.99%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635110500.690.360.36331.0752.3441.96
HexA33369045242414b342a
Octal24363151010544445136452
Binary10100011110011110100101000101100100100100101001011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33369; }

 p { color: rgb(163,51,105); }

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

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

 a { background-color: rgb(163,51,105); }

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

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

 span { border-color: rgb(163,51,105); }

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