#A25F78

Color #A25F78 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #A25F78

Tints of Mauve Taupe #A25F78

Color information

#A25F78 (or 0xA25F78) is unknown color: approx Mauve Taupe. HEX triplet: A2, 5F and 78. RGB value is (162,95,120). Sum of RGB (Red+Green+Blue) = 162+95+120=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F78 is #5DA087. Grayscale: #757575. Windows color (decimal): -6135944 or 7888802. OLE color: 7888802.

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

Color convert

RGB16295120-
CMYK00.410.260.36
HSL337.61º26.48%50.39%-
HSV(B)337.61º41.36%63.53%-
XYZ22.3817.2219.91-
YUV117.88129.2159.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=42.97%
G=25.20%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629512000.410.260.36337.6126.4850.39
HexA25F780291A241521a32
Octal24213717005132445223262
Binary101000101011111111100001010011101010010010101001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F78; }

 p { color: rgb(162,95,120); }

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

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

 a { background-color: rgb(162,95,120); }

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

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

 span { border-color: rgb(162,95,120); }

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