#A4648F

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

Shades of Strikemaster #A4648F

Tints of Strikemaster #A4648F

Color information

#A4648F (or 0xA4648F) is unknown color: approx Strikemaster. HEX triplet: A4, 64 and 8F. RGB value is (164,100,143). Sum of RGB (Red+Green+Blue) = 164+100+143=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A4648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4648F is #5B9B70. Grayscale: #7B7B7B. Windows color (decimal): -6003569 or 9397412. OLE color: 9397412.

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

Color convert

RGB164100143-
CMYK00.390.130.36
HSL319.69º26.02%51.76%-
HSV(B)319.69º39.02%64.31%-
XYZ24.8218.9928.34-
YUV124.04138.7156.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 100 (39.45% from 255) = 24.57%
BLUE value IS 143 (56.25% from 255) = 35.14%
R=40.29%
G=24.57%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410014300.390.130.36319.6926.0251.76
HexA4648F027D241401a34
Octal24414421704715445003264
Binary101001001100100100011110100111110110010010100000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4648F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4648F; }

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

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

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

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

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

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

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

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