Html Css Color HEX #A16390 Strikemaster

📋 copy color: '#A16390'

red 161 ◦ green 99 ◦ blue 144

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

Shades of Strikemaster #A16390

Tints of Strikemaster #A16390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.64%

R = 39.85%
G = 24.5%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A16390 (or 0xA16390) is known color: Strikemaster. HEX triplet: A1, 63 and 90. RGB value is (161,99,144). Sum of RGB (Red+Green+Blue) = 161+99+144=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A16390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16390 is #5E9C6F. Grayscale: #7A7A7A. Windows color (decimal): -6200432 or 9462689. OLE color: 9462689.

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

Color convert

RGB 161 99 144 -
CMYK 0 0.39 0.11 0.37
HSL 316.45º 0.25% 0.51% -
HSV(B) 316.45º 0.39% 0.63% -
XYZ 24.19 18.51 28.68 -
YUV 122.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 161 99 144 0 0.39 0.11 0.37 316.45 0.25 0.51
Hex A1 63 90 0 27 B 25 13C 19 33
Octal 241 143 220 0 47 13 45 474 31 63
Binary 10100001 1100011 10010000 0 100111 1011 100101 100111100 11001 110011

Color Harmonies of #A16390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16390

Black with #A16390

Text Example


Text Example

White with #A16390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16390; }

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

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

background-color css

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

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

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

border-color css

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

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

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