#A33E77

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

Shades of Rouge #A33E77

Tints of Rouge #A33E77

Color information

#A33E77 (or 0xA33E77) is unknown color: approx Rouge. HEX triplet: A3, 3E and 77. RGB value is (163,62,119). Sum of RGB (Red+Green+Blue) = 163+62+119=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33E77 is #5CC188. Grayscale: #626262. Windows color (decimal): -6078857 or 7814819. OLE color: 7814819.

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

Color convert

RGB16362119-
CMYK00.620.270.36
HSL326.14º44.89%44.12%-
HSV(B)326.14º61.96%63.92%-
XYZ20.1612.5618.82-
YUV98.7139.46173.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 62 (24.61% from 255) = 18.02%
BLUE value IS 119 (46.88% from 255) = 34.59%
R=47.38%
G=18.02%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636211900.620.270.36326.1444.8944.12
HexA33E7703E1B241462d2c
Octal2437616707633445065554
Binary101000111111101110111011111011011100100101000110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33E77; }

 p { color: rgb(163,62,119); }

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

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

 a { background-color: rgb(163,62,119); }

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

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

 span { border-color: rgb(163,62,119); }

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