#A4647E

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

Shades of Strikemaster #A4647E

Tints of Strikemaster #A4647E

Color information

#A4647E (or 0xA4647E) is unknown color: approx Strikemaster. HEX triplet: A4, 64 and 7E. RGB value is (164,100,126). Sum of RGB (Red+Green+Blue) = 164+100+126=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A4647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4647E is #5B9B81. Grayscale: #7A7A7A. Windows color (decimal): -6003586 or 8283300. OLE color: 8283300.

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

Color convert

RGB164100126-
CMYK00.390.230.36
HSL335.62º26.02%51.76%-
HSV(B)335.62º39.02%64.31%-
XYZ23.6318.5122.07-
YUV122.1130.2157.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.05%
GREEN value IS 100 (39.45% from 255) = 25.64%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=42.05%
G=25.64%
B=32.31%

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
Decimal16410012600.390.230.36335.6226.0251.76
HexA4647E02717241501a34
Octal24414417604727445203264
Binary101001001100100111111001001111011110010010101000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4647E; }

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

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

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

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

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

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

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

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