Html Css Color HEX #A16589 Strikemaster

📋 copy color: '#A16589'

red 161 ◦ green 101 ◦ blue 137

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

Shades of Strikemaster #A16589

Tints of Strikemaster #A16589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

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

R = 40.35%
G = 25.31%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A16589 (or 0xA16589) is known color: Strikemaster. HEX triplet: A1, 65 and 89. RGB value is (161,101,137). Sum of RGB (Red+Green+Blue) = 161+101+137=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A16589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16589 is #5E9A76. Grayscale: #7A7A7A. Windows color (decimal): -6199927 or 9004449. OLE color: 9004449.

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

Color convert

RGB 161 101 137 -
CMYK 0 0.37 0.15 0.37
HSL 324º 0.24% 0.51% -
HSV(B) 324º 0.37% 0.63% -
XYZ 23.87 18.69 26.02 -
YUV 123.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 161 101 137 0 0.37 0.15 0.37 324 0.24 0.51
Hex A1 65 89 0 25 F 25 144 18 33
Octal 241 145 211 0 45 17 45 504 30 63
Binary 10100001 1100101 10001001 0 100101 1111 100101 101000100 11000 110011

Color Harmonies of #A16589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16589

Black with #A16589

Text Example


Text Example

White with #A16589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16589; }

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

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

background-color css

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

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

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

border-color css

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

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

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