Html Css Color HEX #A16389 Strikemaster

📋 copy color: '#A16389'

red 161 ◦ green 99 ◦ blue 137

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

Shades of Strikemaster #A16389

Tints of Strikemaster #A16389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.51%

R = 40.55%
G = 24.94%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A16389 (or 0xA16389) is known color: Strikemaster. HEX triplet: A1, 63 and 89. RGB value is (161,99,137). Sum of RGB (Red+Green+Blue) = 161+99+137=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A16389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16389 is #5E9C76. Grayscale: #797979. Windows color (decimal): -6200439 or 9003937. OLE color: 9003937.

HSL color Cylindrical-coordinate representation of color #A16389: hue angle of 323.23º 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 #A16389 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 99 137 -
CMYK 0 0.39 0.15 0.37
HSL 323.23º 0.25% 0.51% -
HSV(B) 323.23º 0.39% 0.63% -
XYZ 23.68 18.31 25.95 -
YUV 121.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 161 99 137 0 0.39 0.15 0.37 323.23 0.25 0.51
Hex A1 63 89 0 27 F 25 143 19 33
Octal 241 143 211 0 47 17 45 503 31 63
Binary 10100001 1100011 10001001 0 100111 1111 100101 101000011 11001 110011

Color Harmonies of #A16389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16389

Black with #A16389

Text Example


Text Example

White with #A16389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16389; }

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

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

background-color css

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

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

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

border-color css

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

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

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