#A0506E

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

Shades of Vin Rouge #A0506E

Tints of Vin Rouge #A0506E

Color information

#A0506E (or 0xA0506E) is unknown color: approx Vin Rouge. HEX triplet: A0, 50 and 6E. RGB value is (160,80,110). Sum of RGB (Red+Green+Blue) = 160+80+110=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0506E is #5FAF91. Grayscale: #6B6B6B. Windows color (decimal): -6270866 or 7229600. OLE color: 7229600.

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

Color convert

RGB16080110-
CMYK00.50.310.37
HSL337.5º33.33%47.06%-
HSV(B)337.5º50%62.75%-
XYZ20.1814.3416.46-
YUV107.34129.5165.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 80 (31.64% from 255) = 22.86%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=45.71%
G=22.86%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608011000.50.310.37337.533.3347.06
HexA0506E0321F25152212f
Octal24012015606237455224157
Binary1010000010100001101110011001011111100101101010010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0506E; }

 p { color: rgb(160,80,110); }

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

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

 a { background-color: rgb(160,80,110); }

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

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

 span { border-color: rgb(160,80,110); }

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