#A3607F

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

Shades of Strikemaster #A3607F

Tints of Strikemaster #A3607F

Color information

#A3607F (or 0xA3607F) is unknown color: approx Strikemaster. HEX triplet: A3, 60 and 7F. RGB value is (163,96,127). Sum of RGB (Red+Green+Blue) = 163+96+127=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3607F is #5C9F80. Grayscale: #777777. Windows color (decimal): -6070145 or 8347811. OLE color: 8347811.

HSL color Cylindrical-coordinate representation of color #A3607F: hue angle of 332.24º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3607F is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB16396127-
CMYK00.410.220.36
HSL332.24º26.69%50.78%-
HSV(B)332.24º41.1%63.92%-
XYZ23.1217.6822.27-
YUV119.57132.2158.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 127 (50% from 255) = 32.90%
R=42.23%
G=24.87%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639612700.410.220.36332.2426.6950.78
HexA3607F029162414c1b33
Octal24314017705126445143363
Binary101000111100000111111101010011011010010010100110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3607F; }

 p { color: rgb(163,96,127); }

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

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

 a { background-color: rgb(163,96,127); }

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

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

 span { border-color: rgb(163,96,127); }

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