#A4608E

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

Shades of Strikemaster #A4608E

Tints of Strikemaster #A4608E

Color information

#A4608E (or 0xA4608E) is unknown color: approx Strikemaster. HEX triplet: A4, 60 and 8E. RGB value is (164,96,142). Sum of RGB (Red+Green+Blue) = 164+96+142=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A4608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4608E is #5B9F71. Grayscale: #797979. Windows color (decimal): -6004594 or 9330852. OLE color: 9330852.

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

Color convert

RGB16496142-
CMYK00.410.130.36
HSL319.41º27.2%50.98%-
HSV(B)319.41º41.46%64.31%-
XYZ24.3818.2127.82-
YUV121.58139.53158.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=40.80%
G=23.88%
B=35.32%

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
Decimal1649614200.410.130.36319.4127.250.98
HexA4608E029D2413f1b33
Octal24414021605115444773363
Binary101001001100000100011100101001110110010010011111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4608E; }

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

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

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

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

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

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

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

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