#A4618F

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

Shades of Strikemaster #A4618F

Tints of Strikemaster #A4618F

Color information

#A4618F (or 0xA4618F) is unknown color: approx Strikemaster. HEX triplet: A4, 61 and 8F. RGB value is (164,97,143). Sum of RGB (Red+Green+Blue) = 164+97+143=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4618F is #5B9E70. Grayscale: #7A7A7A. Windows color (decimal): -6004337 or 9396644. OLE color: 9396644.

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

Color convert

RGB16497143-
CMYK00.410.130.36
HSL318.81º26.91%51.18%-
HSV(B)318.81º40.85%64.31%-
XYZ24.5418.4328.25-
YUV122.28139.7157.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 143 (56.25% from 255) = 35.40%
R=40.59%
G=24.01%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649714300.410.130.36318.8126.9151.18
HexA4618F029D2413f1b33
Octal24414121705115444773363
Binary101001001100001100011110101001110110010010011111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4618F; }

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

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

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

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

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

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

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

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