#A3647F

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

Shades of Strikemaster #A3647F

Tints of Strikemaster #A3647F

Color information

#A3647F (or 0xA3647F) is unknown color: approx Strikemaster. HEX triplet: A3, 64 and 7F. RGB value is (163,100,127). Sum of RGB (Red+Green+Blue) = 163+100+127=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A3647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3647F is #5C9B80. Grayscale: #797979. Windows color (decimal): -6069121 or 8348835. OLE color: 8348835.

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

Color convert

RGB163100127-
CMYK00.390.220.36
HSL334.29º25.51%51.57%-
HSV(B)334.29º38.65%63.92%-
XYZ23.4918.4322.4-
YUV121.91130.87157.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 100 (39.45% from 255) = 25.64%
BLUE value IS 127 (50% from 255) = 32.56%
R=41.79%
G=25.64%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310012700.390.220.36334.2925.5151.57
HexA3647F027162414e1a34
Octal24314417704726445163264
Binary101000111100100111111101001111011010010010100111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3647F; }

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

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

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

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

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

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

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

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