#A0326A

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

Shades of Rouge #A0326A

Tints of Rouge #A0326A

Color information

#A0326A (or 0xA0326A) is unknown color: approx Rouge. HEX triplet: A0, 32 and 6A. RGB value is (160,50,106). Sum of RGB (Red+Green+Blue) = 160+50+106=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A0326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0326A is #5FCD95. Grayscale: #595959. Windows color (decimal): -6278550 or 6959776. OLE color: 6959776.

HSL color Cylindrical-coordinate representation of color #A0326A: hue angle of 329.45º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0326A is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB16050106-
CMYK00.690.340.37
HSL329.45º52.38%41.18%-
HSV(B)329.45º68.75%62.75%-
XYZ18.2410.814.76-
YUV89.27137.44178.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.63%
GREEN value IS 50 (19.92% from 255) = 15.82%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=50.63%
G=15.82%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605010600.690.340.37329.4552.3841.18
HexA0326A04522251493429
Octal24062152010542455116451
Binary10100000110010110101001000101100010100101101001001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0326A; }

 p { color: rgb(160,50,106); }

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

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

 a { background-color: rgb(160,50,106); }

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

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

 span { border-color: rgb(160,50,106); }

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