Html Css Color HEX #A15A78 Mauve Taupe

📋 copy color: '#A15A78'

red 161 ◦ green 90 ◦ blue 120

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

Shades of Mauve Taupe #A15A78

Tints of Mauve Taupe #A15A78

RGB

 RED value IS 161 (63.28% from 255) = 43.4%

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

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

R = 43.4%
G = 24.26%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A15A78 (or 0xA15A78) is known color: Mauve Taupe. HEX triplet: A1, 5A and 78. RGB value is (161,90,120). Sum of RGB (Red+Green+Blue) = 161+90+120=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15A78 is #5EA587. Grayscale: #727272. Windows color (decimal): -6202760 or 7887521. OLE color: 7887521.

HSL color Cylindrical-coordinate representation of color #A15A78: hue angle of 334.65º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A15A78 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 90 120 -
CMYK 0 0.44 0.25 0.37
HSL 334.65º 0.28% 0.49% -
HSV(B) 334.65º 0.44% 0.63% -
XYZ 21.74 16.25 19.76 -
YUV 114.65 131.02 161.06 -
System Red Green Blue C M Y K H S L
Decimal 161 90 120 0 0.44 0.25 0.37 334.65 0.28 0.49
Hex A1 5A 78 0 2C 19 25 14F 1C 31
Octal 241 132 170 0 54 31 45 517 34 61
Binary 10100001 1011010 1111000 0 101100 11001 100101 101001111 11100 110001

Color Harmonies of #A15A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15A78

Black with #A15A78

Text Example


Text Example

White with #A15A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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