#A33770

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

Shades of Rouge #A33770

Tints of Rouge #A33770

Color information

#A33770 (or 0xA33770) is unknown color: approx Rouge. HEX triplet: A3, 37 and 70. RGB value is (163,55,112). Sum of RGB (Red+Green+Blue) = 163+55+112=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A33770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33770 is #5CC88F. Grayscale: #5D5D5D. Windows color (decimal): -6080656 or 7354275. OLE color: 7354275.

HSL color Cylindrical-coordinate representation of color #A33770: hue angle of 328.33º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A33770 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16355112-
CMYK00.660.310.36
HSL328.33º49.54%42.75%-
HSV(B)328.33º66.26%63.92%-
XYZ19.411.6916.56-
YUV93.79138.28177.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 55 (21.88% from 255) = 16.67%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=49.39%
G=16.67%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635511200.660.310.36328.3349.5442.75
HexA337700421F24148322b
Octal24367160010237445106253
Binary1010001111011111100000100001011111100100101001000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33770; }

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

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

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

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

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

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

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

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