#a1607b

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

Shades of Strikemaster #A1607B

Tints of Strikemaster #A1607B

Color information

#A1607B (or 0xA1607B) is unknown color: approx Strikemaster. HEX triplet: A1, 60 and 7B. RGB value is (161,96,123). Sum of RGB (Red+Green+Blue) = 161+96+123=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A1607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1607B is #5E9F84. Grayscale: #767676. Windows color (decimal): -6201221 or 8085665. OLE color: 8085665.

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

Color convert

RGB16196123-
CMYK00.400.240.37
HSL335.08º25.69%50.39%-
HSV(B)335.08º40.37%63.14%-
XYZ22.4617.3720.91-
YUV118.51130.53158.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.37%
GREEN value IS 96 (37.89% from 255) = 25.26%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=42.37%
G=25.26%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619612300.400.240.37335.0825.6950.39
HexA1607B028182514f1a32
Octal24114017305030455173262
Binary101000011100000111101101010001100010010110100111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1607b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1607b; }

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

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

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

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

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

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

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

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