#A25168

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

Shades of Vin Rouge #A25168

Tints of Vin Rouge #A25168

Color information

#A25168 (or 0xA25168) is unknown color: approx Vin Rouge. HEX triplet: A2, 51 and 68. RGB value is (162,81,104). Sum of RGB (Red+Green+Blue) = 162+81+104=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A25168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25168 is #5DAE97. Grayscale: #6B6B6B. Windows color (decimal): -6139544 or 6836642. OLE color: 6836642.

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

Color convert

RGB16281104-
CMYK00.500.360.36
HSL342.96º33.33%47.65%-
HSV(B)342.96º50%63.53%-
XYZ20.3414.5714.84-
YUV107.84125.84166.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 104 (41.02% from 255) = 29.97%
R=46.69%
G=23.34%
B=29.97%

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
Decimal1628110400.500.360.36342.9633.3347.65
HexA2516803224241572130
Octal24212115006244445274160
Binary10100010101000111010000110010100100100100101010111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25168; }

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

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

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

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

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

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

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

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