#A4608B

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

Shades of Strikemaster #A4608B

Tints of Strikemaster #A4608B

Color information

#A4608B (or 0xA4608B) is unknown color: approx Strikemaster. HEX triplet: A4, 60 and 8B. RGB value is (164,96,139). Sum of RGB (Red+Green+Blue) = 164+96+139=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A4608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4608B is #5B9F74. Grayscale: #797979. Windows color (decimal): -6004597 or 9134244. OLE color: 9134244.

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

Color convert

RGB16496139-
CMYK00.410.150.36
HSL322.06º27.2%50.98%-
HSV(B)322.06º41.46%64.31%-
XYZ24.1518.1226.65-
YUV121.23138.03158.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=41.10%
G=24.06%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649613900.410.150.36322.0627.250.98
HexA4608B029F241421b33
Octal24414021305117445023363
Binary101001001100000100010110101001111110010010100001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4608B; }

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

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

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

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

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

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

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

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