Html Css Color HEX #A25E78 Mauve Taupe

📋 copy color: '#A25E78'

red 162 ◦ green 94 ◦ blue 120

#A25E78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #A25E78

Tints of Mauve Taupe #A25E78

RGB

 RED value IS 162 (63.67% from 255) = 43.09%

 GREEN value IS 94 (37.11% from 255) = 25%

 BLUE value IS 120 (47.27% from 255) = 31.91%

R = 43.09%
G = 25%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A25E78 (or 0xA25E78) is known color: Mauve Taupe. HEX triplet: A2, 5E and 78. RGB value is (162,94,120). Sum of RGB (Red+Green+Blue) = 162+94+120=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E78 is #5DA187. Grayscale: #757575. Windows color (decimal): -6136200 or 7888546. OLE color: 7888546.

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

Color convert

RGB 162 94 120 -
CMYK 0 0.42 0.26 0.36
HSL 337.06º 0.27% 0.5% -
HSV(B) 337.06º 0.42% 0.64% -
XYZ 22.29 17.04 19.88 -
YUV 117.3 129.53 159.89 -
System Red Green Blue C M Y K H S L
Decimal 162 94 120 0 0.42 0.26 0.36 337.06 0.27 0.5
Hex A2 5E 78 0 2A 1A 24 151 1B 32
Octal 242 136 170 0 52 32 44 521 33 62
Binary 10100010 1011110 1111000 0 101010 11010 100100 101010001 11011 110010

Color Harmonies of #A25E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E78

Black with #A25E78

Text Example


Text Example

White with #A25E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E78; }

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

 H1.HeaderClassName
 {
   color: #A25E78;
 }
 .AnyTagClassName
 {
   color: #A25E78;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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