#A33E76

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

Shades of Rouge #A33E76

Tints of Rouge #A33E76

Color information

#A33E76 (or 0xA33E76) is unknown color: approx Rouge. HEX triplet: A3, 3E and 76. RGB value is (163,62,118). Sum of RGB (Red+Green+Blue) = 163+62+118=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33E76 is #5CC189. Grayscale: #626262. Windows color (decimal): -6078858 or 7749283. OLE color: 7749283.

HSL color Cylindrical-coordinate representation of color #A33E76: hue angle of 326.73º 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 #A33E76 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16362118-
CMYK00.620.280.36
HSL326.73º44.89%44.12%-
HSV(B)326.73º61.96%63.92%-
XYZ20.112.5418.5-
YUV98.58138.96173.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.52%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=47.52%
G=18.08%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636211800.620.280.36326.7344.8944.12
HexA33E7603E1C241472d2c
Octal2437616607634445075554
Binary101000111111101110110011111011100100100101000111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33E76; }

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

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

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

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

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

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

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

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