#A33B76

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

Shades of Rouge #A33B76

Tints of Rouge #A33B76

Color information

#A33B76 (or 0xA33B76) is unknown color: approx Rouge. HEX triplet: A3, 3B and 76. RGB value is (163,59,118). Sum of RGB (Red+Green+Blue) = 163+59+118=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33B76 is #5CC489. Grayscale: #606060. Windows color (decimal): -6079626 or 7748515. OLE color: 7748515.

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

Color convert

RGB16359118-
CMYK00.640.280.36
HSL325.96º46.85%43.53%-
HSV(B)325.96º63.8%63.92%-
XYZ19.9412.2218.45-
YUV96.82139.96175.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 59 (23.44% from 255) = 17.35%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=47.94%
G=17.35%
B=34.71%

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
Decimal1635911800.640.280.36325.9646.8543.53
HexA33B760401C241462f2c
Octal24373166010034445065754
Binary1010001111101111101100100000011100100100101000110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33B76; }

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

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

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

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

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

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

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

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