#A0396F

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

Shades of Rouge #A0396F

Tints of Rouge #A0396F

Color information

#A0396F (or 0xA0396F) is unknown color: approx Rouge. HEX triplet: A0, 39 and 6F. RGB value is (160,57,111). Sum of RGB (Red+Green+Blue) = 160+57+111=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A0396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0396F is #5FC690. Grayscale: #5D5D5D. Windows color (decimal): -6276753 or 7289248. OLE color: 7289248.

HSL color Cylindrical-coordinate representation of color #A0396F: hue angle of 328.54º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0396F is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16057111-
CMYK00.640.310.37
HSL328.54º47.47%42.55%-
HSV(B)328.54º64.38%62.75%-
XYZ18.8311.5516.28-
YUV93.95137.62175.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.78%
GREEN value IS 57 (22.66% from 255) = 17.38%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=48.78%
G=17.38%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605711100.640.310.37328.5447.4742.55
HexA0396F0401F251492f2b
Octal24071157010037455115753
Binary1010000011100111011110100000011111100101101001001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0396F; }

 p { color: rgb(160,57,111); }

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

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

 a { background-color: rgb(160,57,111); }

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

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

 span { border-color: rgb(160,57,111); }

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