#A25167

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

Shades of Vin Rouge #A25167

Tints of Vin Rouge #A25167

Color information

#A25167 (or 0xA25167) is unknown color: approx Vin Rouge. HEX triplet: A2, 51 and 67. RGB value is (162,81,103). Sum of RGB (Red+Green+Blue) = 162+81+103=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A25167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25167 is #5DAE98. Grayscale: #6B6B6B. Windows color (decimal): -6139545 or 6771106. OLE color: 6771106.

HSL color Cylindrical-coordinate representation of color #A25167: hue angle of 343.7º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A25167 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB16281103-
CMYK00.500.360.36
HSL343.7º33.33%47.65%-
HSV(B)343.7º50%63.53%-
XYZ20.2914.5514.57-
YUV107.73125.34166.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 81 (32.03% from 255) = 23.41%
BLUE value IS 103 (40.62% from 255) = 29.77%
R=46.82%
G=23.41%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628110300.500.360.36343.733.3347.65
HexA2516703224241582130
Octal24212114706244445304160
Binary10100010101000111001110110010100100100100101011000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25167; }

 p { color: rgb(162,81,103); }

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

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

 a { background-color: rgb(162,81,103); }

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

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

 span { border-color: rgb(162,81,103); }

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