#A4647F

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

Shades of Strikemaster #A4647F

Tints of Strikemaster #A4647F

Color information

#A4647F (or 0xA4647F) is unknown color: approx Strikemaster. HEX triplet: A4, 64 and 7F. RGB value is (164,100,127). Sum of RGB (Red+Green+Blue) = 164+100+127=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4647F is #5B9B80. Grayscale: #7A7A7A. Windows color (decimal): -6003585 or 8348836. OLE color: 8348836.

HSL color Cylindrical-coordinate representation of color #A4647F: hue angle of 334.69º 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 #A4647F is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB164100127-
CMYK00.390.230.36
HSL334.69º26.02%51.76%-
HSV(B)334.69º39.02%64.31%-
XYZ23.718.5422.41-
YUV122.21130.7157.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 127 (50% from 255) = 32.48%
R=41.94%
G=25.58%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410012700.390.230.36334.6926.0251.76
HexA4647F027172414f1a34
Octal24414417704727445173264
Binary101001001100100111111101001111011110010010100111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4647F; }

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

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

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

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

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

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

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

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