#A4638F

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

Shades of Strikemaster #A4638F

Tints of Strikemaster #A4638F

Color information

#A4638F (or 0xA4638F) is unknown color: approx Strikemaster. HEX triplet: A4, 63 and 8F. RGB value is (164,99,143). Sum of RGB (Red+Green+Blue) = 164+99+143=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A4638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4638F is #5B9C70. Grayscale: #7B7B7B. Windows color (decimal): -6003825 or 9397156. OLE color: 9397156.

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

Color convert

RGB16499143-
CMYK00.400.130.36
HSL319.38º26.32%51.57%-
HSV(B)319.38º39.63%64.31%-
XYZ24.7318.828.31-
YUV123.45139.03156.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 143 (56.25% from 255) = 35.22%
R=40.39%
G=24.38%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649914300.400.130.36319.3826.3251.57
HexA4638F028D2413f1a34
Octal24414321705015444773264
Binary101001001100011100011110101000110110010010011111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4638F; }

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

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

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

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

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

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

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

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