#A33A76

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

Shades of Rouge #A33A76

Tints of Rouge #A33A76

Color information

#A33A76 (or 0xA33A76) is unknown color: approx Rouge. HEX triplet: A3, 3A and 76. RGB value is (163,58,118). Sum of RGB (Red+Green+Blue) = 163+58+118=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33A76 is #5CC589. Grayscale: #606060. Windows color (decimal): -6079882 or 7748259. OLE color: 7748259.

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

Color convert

RGB16358118-
CMYK00.640.280.36
HSL325.71º47.51%43.33%-
HSV(B)325.71º64.42%63.92%-
XYZ19.8912.1218.43-
YUV96.23140.29175.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 58 (23.05% from 255) = 17.11%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=48.08%
G=17.11%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635811800.640.280.36325.7147.5143.33
HexA33A760401C24146302b
Octal24372166010034445066053
Binary1010001111101011101100100000011100100100101000110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33A76; }

 p { color: rgb(163,58,118); }

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

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

 a { background-color: rgb(163,58,118); }

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

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

 span { border-color: rgb(163,58,118); }

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