#A4567F

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

Shades of Strikemaster #A4567F

Tints of Strikemaster #A4567F

Color information

#A4567F (or 0xA4567F) is unknown color: approx Strikemaster. HEX triplet: A4, 56 and 7F. RGB value is (164,86,127). Sum of RGB (Red+Green+Blue) = 164+86+127=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A4567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4567F is #5BA980. Grayscale: #717171. Windows color (decimal): -6007169 or 8345252. OLE color: 8345252.

HSL color Cylindrical-coordinate representation of color #A4567F: hue angle of 328.46º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4567F is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16486127-
CMYK00.480.230.36
HSL328.46º31.2%49.02%-
HSV(B)328.46º47.56%64.31%-
XYZ22.4716.0822-
YUV114135.34163.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 127 (50% from 255) = 33.69%
R=43.50%
G=22.81%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648612700.480.230.36328.4631.249.02
HexA4567F03017241481f31
Octal24412617706027445103761
Binary101001001010110111111101100001011110010010100100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4567F; }

 p { color: rgb(164,86,127); }

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

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

 a { background-color: rgb(164,86,127); }

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

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

 span { border-color: rgb(164,86,127); }

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