#A2506B

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

Shades of Vin Rouge #A2506B

Tints of Vin Rouge #A2506B

Color information

#A2506B (or 0xA2506B) is unknown color: approx Vin Rouge. HEX triplet: A2, 50 and 6B. RGB value is (162,80,107). Sum of RGB (Red+Green+Blue) = 162+80+107=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A2506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2506B is #5DAF94. Grayscale: #6B6B6B. Windows color (decimal): -6139797 or 7032994. OLE color: 7032994.

HSL color Cylindrical-coordinate representation of color #A2506B: hue angle of 340.24º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2506B is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB16280107-
CMYK00.510.340.36
HSL340.24º33.88%47.45%-
HSV(B)340.24º50.62%63.53%-
XYZ20.4214.4815.63-
YUV107.6127.67166.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 107 (42.19% from 255) = 30.66%
R=46.42%
G=22.92%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628010700.510.340.36340.2433.8847.45
HexA2506B0332224154222f
Octal24212015306342445244257
Binary10100010101000011010110110011100010100100101010100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2506B; }

 p { color: rgb(162,80,107); }

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

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

 a { background-color: rgb(162,80,107); }

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

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

 span { border-color: rgb(162,80,107); }

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