#A33270

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

Shades of Rouge #A33270

Tints of Rouge #A33270

Color information

#A33270 (or 0xA33270) is unknown color: approx Rouge. HEX triplet: A3, 32 and 70. RGB value is (163,50,112). Sum of RGB (Red+Green+Blue) = 163+50+112=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A33270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33270 is #5CCD8F. Grayscale: #5A5A5A. Windows color (decimal): -6081936 or 7352995. OLE color: 7352995.

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

Color convert

RGB16350112-
CMYK00.690.310.36
HSL327.08º53.05%41.76%-
HSV(B)327.08º69.33%63.92%-
XYZ19.1711.2416.49-
YUV90.85139.94179.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 50 (19.92% from 255) = 15.38%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=50.15%
G=15.38%
B=34.46%

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
Decimal1635011200.690.310.36327.0853.0541.76
HexA332700451F24147352a
Octal24362160010537445076552
Binary1010001111001011100000100010111111100100101000111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33270; }

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

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

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

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

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

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

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

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