Html Css Color HEX #A16380 Strikemaster

📋 copy color: '#A16380'

red 161 ◦ green 99 ◦ blue 128

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

Shades of Strikemaster #A16380

Tints of Strikemaster #A16380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.52%

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

R = 41.49%
G = 25.52%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A16380 (or 0xA16380) is known color: Strikemaster. HEX triplet: A1, 63 and 80. RGB value is (161,99,128). Sum of RGB (Red+Green+Blue) = 161+99+128=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A16380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16380 is #5E9C7F. Grayscale: #787878. Windows color (decimal): -6200448 or 8414113. OLE color: 8414113.

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

Color convert

RGB 161 99 128 -
CMYK 0 0.39 0.20 0.37
HSL 331.94º 0.25% 0.51% -
HSV(B) 331.94º 0.39% 0.63% -
XYZ 23.06 18.06 22.69 -
YUV 120.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 161 99 128 0 0.39 0.20 0.37 331.94 0.25 0.51
Hex A1 63 80 0 27 14 25 14C 19 33
Octal 241 143 200 0 47 24 45 514 31 63
Binary 10100001 1100011 10000000 0 100111 10100 100101 101001100 11001 110011

Color Harmonies of #A16380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16380

Black with #A16380

Text Example


Text Example

White with #A16380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16380; }

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

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

background-color css

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

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

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

border-color css

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

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

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