Html Css Color HEX #A25A78 Mauve Taupe

📋 copy color: '#A25A78'

red 162 ◦ green 90 ◦ blue 120

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

Shades of Mauve Taupe #A25A78

Tints of Mauve Taupe #A25A78

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.19%

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

R = 43.55%
G = 24.19%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A25A78 (or 0xA25A78) is known color: Mauve Taupe. HEX triplet: A2, 5A and 78. RGB value is (162,90,120). Sum of RGB (Red+Green+Blue) = 162+90+120=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A78 is #5DA587. Grayscale: #727272. Windows color (decimal): -6137224 or 7887522. OLE color: 7887522.

HSL color Cylindrical-coordinate representation of color #A25A78: hue angle of 335º 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 #A25A78 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 90 120 -
CMYK 0 0.44 0.26 0.36
HSL 335º 0.29% 0.49% -
HSV(B) 335º 0.44% 0.64% -
XYZ 21.95 16.35 19.77 -
YUV 114.95 130.85 161.56 -
System Red Green Blue C M Y K H S L
Decimal 162 90 120 0 0.44 0.26 0.36 335 0.29 0.49
Hex A2 5A 78 0 2C 1A 24 14F 1D 31
Octal 242 132 170 0 54 32 44 517 35 61
Binary 10100010 1011010 1111000 0 101100 11010 100100 101001111 11101 110001

Color Harmonies of #A25A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A78

Black with #A25A78

Text Example


Text Example

White with #A25A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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