Html Css Color HEX #A16980 Strikemaster

📋 copy color: '#A16980'

red 161 ◦ green 105 ◦ blue 128

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

Shades of Strikemaster #A16980

Tints of Strikemaster #A16980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.65%

 BLUE value IS 128 (50.39% from 255) = 32.49%

R = 40.86%
G = 26.65%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A16980 (or 0xA16980) is known color: Strikemaster. HEX triplet: A1, 69 and 80. RGB value is (161,105,128). Sum of RGB (Red+Green+Blue) = 161+105+128=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A16980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16980 is #5E967F. Grayscale: #7C7C7C. Windows color (decimal): -6198912 or 8415649. OLE color: 8415649.

HSL color Cylindrical-coordinate representation of color #A16980: hue angle of 335.36º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16980 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 105 128 -
CMYK 0 0.35 0.20 0.37
HSL 335.36º 0.23% 0.52% -
HSV(B) 335.36º 0.35% 0.63% -
XYZ 23.65 19.24 22.89 -
YUV 124.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 161 105 128 0 0.35 0.20 0.37 335.36 0.23 0.52
Hex A1 69 80 0 23 14 25 14F 17 34
Octal 241 151 200 0 43 24 45 517 27 64
Binary 10100001 1101001 10000000 0 100011 10100 100101 101001111 10111 110100

Color Harmonies of #A16980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16980

Black with #A16980

Text Example


Text Example

White with #A16980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16980; }

 p { color: rgb(161,105,128); }

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

background-color css

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

 a { background-color: rgb(161,105,128); }

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

border-color css

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

 span { border-color: rgb(161,105,128); }

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