#A25B6B

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

Shades of Vin Rouge #A25B6B

Tints of Vin Rouge #A25B6B

Color information

#A25B6B (or 0xA25B6B) is unknown color: approx Vin Rouge. HEX triplet: A2, 5B and 6B. RGB value is (162,91,107). Sum of RGB (Red+Green+Blue) = 162+91+107=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B6B is #5DA494. Grayscale: #727272. Windows color (decimal): -6136981 or 7035810. OLE color: 7035810.

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

Color convert

RGB16291107-
CMYK00.440.340.36
HSL346.48º28.06%49.61%-
HSV(B)346.48º43.83%63.53%-
XYZ21.316.2315.92-
YUV114.05124.02162.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 107 (42.19% from 255) = 29.72%
R=45%
G=25.28%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629110700.440.340.36346.4828.0649.61
HexA25B6B02C222415a1c32
Octal24213315305442445323462
Binary1010001010110111101011010110010001010010010101101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B6B; }

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

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

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

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

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

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

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

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