#A33473

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

Shades of Rouge #A33473

Tints of Rouge #A33473

Color information

#A33473 (or 0xA33473) is unknown color: approx Rouge. HEX triplet: A3, 34 and 73. RGB value is (163,52,115). Sum of RGB (Red+Green+Blue) = 163+52+115=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A33473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33473 is #5CCB8C. Grayscale: #5C5C5C. Windows color (decimal): -6081421 or 7550115. OLE color: 7550115.

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

Color convert

RGB16352115-
CMYK00.680.290.36
HSL325.95º51.63%42.16%-
HSV(B)325.95º68.1%63.92%-
XYZ19.4311.4817.41-
YUV92.37140.77178.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 52 (20.70% from 255) = 15.76%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=49.39%
G=15.76%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635211500.680.290.36325.9551.6342.16
HexA334730441D24146342a
Octal24364163010435445066452
Binary1010001111010011100110100010011101100100101000110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33473; }

 p { color: rgb(163,52,115); }

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

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

 a { background-color: rgb(163,52,115); }

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

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

 span { border-color: rgb(163,52,115); }

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