#A1608B

Color #A1608B Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #A1608B

Tints of Strikemaster #A1608B

Color information

#A1608B (or 0xA1608B) is unknown color: approx Strikemaster. HEX triplet: A1, 60 and 8B. RGB value is (161,96,139). Sum of RGB (Red+Green+Blue) = 161+96+139=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A1608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1608B is #5E9F74. Grayscale: #787878. Windows color (decimal): -6201205 or 9134241. OLE color: 9134241.

HSL color Cylindrical-coordinate representation of color #A1608B: hue angle of 320.31º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1608B is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16196139-
CMYK00.400.140.37
HSL320.31º25.69%50.39%-
HSV(B)320.31º40.37%63.14%-
XYZ23.5417.8126.62-
YUV120.34138.53157-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.66%
GREEN value IS 96 (37.89% from 255) = 24.24%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=40.66%
G=24.24%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619613900.400.140.37320.3125.6950.39
HexA1608B028E251401a32
Octal24114021305016455003262
Binary101000011100000100010110101000111010010110100000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1608B; }

 p { color: rgb(161,96,139); }

 H1.HeaderClassName
 {
   color: #A1608B;
 }
 .AnyTagClassName
 {
   color: #A1608B;
 }
</style>
background-color css

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

 a { background-color: rgb(161,96,139); }

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

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

 span { border-color: rgb(161,96,139); }

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