#A4607C

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

Shades of Strikemaster #A4607C

Tints of Strikemaster #A4607C

Color information

#A4607C (or 0xA4607C) is unknown color: approx Strikemaster. HEX triplet: A4, 60 and 7C. RGB value is (164,96,124). Sum of RGB (Red+Green+Blue) = 164+96+124=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A4607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4607C is #5B9F83. Grayscale: #777777. Windows color (decimal): -6004612 or 8151204. OLE color: 8151204.

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

Color convert

RGB16496124-
CMYK00.410.240.36
HSL335.29º27.2%50.98%-
HSV(B)335.29º41.46%64.31%-
XYZ23.1317.7121.27-
YUV119.52130.53159.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.71%
GREEN value IS 96 (37.89% from 255) = 25%
BLUE value IS 124 (48.83% from 255) = 32.29%
R=42.71%
G=25%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649612400.410.240.36335.2927.250.98
HexA4607C029182414f1b33
Octal24414017405130445173363
Binary101001001100000111110001010011100010010010100111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4607C; }

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

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

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

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

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

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

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

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