#A25470

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

Shades of Vin Rouge #A25470

Tints of Vin Rouge #A25470

Color information

#A25470 (or 0xA25470) is unknown color: approx Vin Rouge. HEX triplet: A2, 54 and 70. RGB value is (162,84,112). Sum of RGB (Red+Green+Blue) = 162+84+112=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A25470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25470 is #5DAB8F. Grayscale: #6E6E6E. Windows color (decimal): -6138768 or 7361698. OLE color: 7361698.

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

Color convert

RGB16284112-
CMYK00.480.310.36
HSL338.46º31.71%48.24%-
HSV(B)338.46º48.15%63.53%-
XYZ2115.1917.15-
YUV110.51128.84164.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.25%
GREEN value IS 84 (33.20% from 255) = 23.46%
BLUE value IS 112 (44.14% from 255) = 31.28%
R=45.25%
G=23.46%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628411200.480.310.36338.4631.7148.24
HexA254700301F241522030
Octal24212416006037445224060
Binary1010001010101001110000011000011111100100101010010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25470; }

 p { color: rgb(162,84,112); }

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

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

 a { background-color: rgb(162,84,112); }

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

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

 span { border-color: rgb(162,84,112); }

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