#A33370

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

Shades of Rouge #A33370

Tints of Rouge #A33370

Color information

#A33370 (or 0xA33370) is unknown color: approx Rouge. HEX triplet: A3, 33 and 70. RGB value is (163,51,112). Sum of RGB (Red+Green+Blue) = 163+51+112=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A33370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33370 is #5CCC8F. Grayscale: #5B5B5B. Windows color (decimal): -6081680 or 7353251. OLE color: 7353251.

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

Color convert

RGB16351112-
CMYK00.690.310.36
HSL327.32º52.34%41.96%-
HSV(B)327.32º68.71%63.92%-
XYZ19.2111.3216.5-
YUV91.44139.61179.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 15.64%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=50%
G=15.64%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635111200.690.310.36327.3252.3441.96
HexA333700451F24147342a
Octal24363160010537445076452
Binary1010001111001111100000100010111111100100101000111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33370; }

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

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

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

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

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

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

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

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