#A4637E

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

Shades of Strikemaster #A4637E

Tints of Strikemaster #A4637E

Color information

#A4637E (or 0xA4637E) is unknown color: approx Strikemaster. HEX triplet: A4, 63 and 7E. RGB value is (164,99,126). Sum of RGB (Red+Green+Blue) = 164+99+126=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4637E is #5B9C81. Grayscale: #797979. Windows color (decimal): -6003842 or 8283044. OLE color: 8283044.

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

Color convert

RGB16499126-
CMYK00.400.230.36
HSL335.08º26.32%51.57%-
HSV(B)335.08º39.63%64.31%-
XYZ23.5418.3222.03-
YUV121.51130.53158.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 99 (39.06% from 255) = 25.45%
BLUE value IS 126 (49.61% from 255) = 32.39%
R=42.16%
G=25.45%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649912600.400.230.36335.0826.3251.57
HexA4637E028172414f1a34
Octal24414317605027445173264
Binary101001001100011111111001010001011110010010100111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4637E; }

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

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

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

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

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

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

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

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