#A4638E

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

Shades of Strikemaster #A4638E

Tints of Strikemaster #A4638E

Color information

#A4638E (or 0xA4638E) is unknown color: approx Strikemaster. HEX triplet: A4, 63 and 8E. RGB value is (164,99,142). Sum of RGB (Red+Green+Blue) = 164+99+142=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A4638E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4638E is #5B9C71. Grayscale: #7B7B7B. Windows color (decimal): -6003826 or 9331620. OLE color: 9331620.

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

Color convert

RGB16499142-
CMYK00.400.130.36
HSL320.31º26.32%51.57%-
HSV(B)320.31º39.63%64.31%-
XYZ24.6518.7727.91-
YUV123.34138.53157-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 99 (39.06% from 255) = 24.44%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=40.49%
G=24.44%
B=35.06%

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
Decimal1649914200.400.130.36320.3126.3251.57
HexA4638E028D241401a34
Octal24414321605015445003264
Binary101001001100011100011100101000110110010010100000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4638E; }

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

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

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

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

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

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

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

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