#A25A6D

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

Shades of Vin Rouge #A25A6D

Tints of Vin Rouge #A25A6D

Color information

#A25A6D (or 0xA25A6D) is unknown color: approx Vin Rouge. HEX triplet: A2, 5A and 6D. RGB value is (162,90,109). Sum of RGB (Red+Green+Blue) = 162+90+109=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A6D is #5DA592. Grayscale: #717171. Windows color (decimal): -6137235 or 7166626. OLE color: 7166626.

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

Color convert

RGB16290109-
CMYK00.440.330.36
HSL344.17º28.57%49.41%-
HSV(B)344.17º44.44%63.53%-
XYZ21.3216.116.45-
YUV113.69125.35162.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=44.88%
G=24.93%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629010900.440.330.36344.1728.5749.41
HexA25A6D02C21241581d31
Octal24213215505441445303561
Binary1010001010110101101101010110010000110010010101100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A6D; }

 p { color: rgb(162,90,109); }

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

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

 a { background-color: rgb(162,90,109); }

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

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

 span { border-color: rgb(162,90,109); }

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