#A2506E

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

Shades of Vin Rouge #A2506E

Tints of Vin Rouge #A2506E

Color information

#A2506E (or 0xA2506E) is unknown color: approx Vin Rouge. HEX triplet: A2, 50 and 6E. RGB value is (162,80,110). Sum of RGB (Red+Green+Blue) = 162+80+110=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A2506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2506E is #5DAF91. Grayscale: #6B6B6B. Windows color (decimal): -6139794 or 7229602. OLE color: 7229602.

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

Color convert

RGB16280110-
CMYK00.510.320.36
HSL338.05º33.88%47.45%-
HSV(B)338.05º50.62%63.53%-
XYZ20.5814.5416.47-
YUV107.94129.17166.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=46.02%
G=22.73%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628011000.510.320.36338.0533.8847.45
HexA2506E0332024152222f
Octal24212015606340445224257
Binary10100010101000011011100110011100000100100101010010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2506E; }

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

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

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

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

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

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

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

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