#A1607E

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

Shades of Strikemaster #A1607E

Tints of Strikemaster #A1607E

Color information

#A1607E (or 0xA1607E) is unknown color: approx Strikemaster. HEX triplet: A1, 60 and 7E. RGB value is (161,96,126). Sum of RGB (Red+Green+Blue) = 161+96+126=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A1607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1607E is #5E9F81. Grayscale: #767676. Windows color (decimal): -6201218 or 8282273. OLE color: 8282273.

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

Color convert

RGB16196126-
CMYK00.400.220.37
HSL332.31º25.69%50.39%-
HSV(B)332.31º40.37%63.14%-
XYZ22.6517.4521.91-
YUV118.85132.03158.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=42.04%
G=25.07%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619612600.400.220.37332.3125.6950.39
HexA1607E028162514c1a32
Octal24114017605026455143262
Binary101000011100000111111001010001011010010110100110011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1607E; }

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

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

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

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

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

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

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

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