#A33674

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

Shades of Rouge #A33674

Tints of Rouge #A33674

Color information

#A33674 (or 0xA33674) is unknown color: approx Rouge. HEX triplet: A3, 36 and 74. RGB value is (163,54,116). Sum of RGB (Red+Green+Blue) = 163+54+116=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A33674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33674 is #5CC98B. Grayscale: #5D5D5D. Windows color (decimal): -6080908 or 7616163. OLE color: 7616163.

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

Color convert

RGB16354116-
CMYK00.670.290.36
HSL325.87º50.23%42.55%-
HSV(B)325.87º66.87%63.92%-
XYZ19.5811.6917.75-
YUV93.66140.61177.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.95%
GREEN value IS 54 (21.48% from 255) = 16.22%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=48.95%
G=16.22%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635411600.670.290.36325.8750.2342.55
HexA336740431D24146322b
Octal24366164010335445066253
Binary1010001111011011101000100001111101100100101000110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33674; }

 p { color: rgb(163,54,116); }

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

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

 a { background-color: rgb(163,54,116); }

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

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

 span { border-color: rgb(163,54,116); }

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