#A2506C

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

Shades of Vin Rouge #A2506C

Tints of Vin Rouge #A2506C

Color information

#A2506C (or 0xA2506C) is unknown color: approx Vin Rouge. HEX triplet: A2, 50 and 6C. RGB value is (162,80,108). Sum of RGB (Red+Green+Blue) = 162+80+108=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A2506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2506C is #5DAF93. Grayscale: #6B6B6B. Windows color (decimal): -6139796 or 7098530. OLE color: 7098530.

HSL color Cylindrical-coordinate representation of color #A2506C: hue angle of 339.51º 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 #A2506C is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16280108-
CMYK00.510.330.36
HSL339.51º33.88%47.45%-
HSV(B)339.51º50.62%63.53%-
XYZ20.4814.515.91-
YUV107.71128.17166.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 80 (31.64% from 255) = 22.86%
BLUE value IS 108 (42.58% from 255) = 30.86%
R=46.29%
G=22.86%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628010800.510.330.36339.5133.8847.45
HexA2506C0332124154222f
Octal24212015406341445244257
Binary10100010101000011011000110011100001100100101010100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2506C; }

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

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

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

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

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

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

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

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