#A2567F

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

Shades of Strikemaster #A2567F

Tints of Strikemaster #A2567F

Color information

#A2567F (or 0xA2567F) is unknown color: approx Strikemaster. HEX triplet: A2, 56 and 7F. RGB value is (162,86,127). Sum of RGB (Red+Green+Blue) = 162+86+127=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A2567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2567F is #5DA980. Grayscale: #717171. Windows color (decimal): -6138241 or 8345250. OLE color: 8345250.

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

Color convert

RGB16286127-
CMYK00.470.220.36
HSL327.63º30.65%48.63%-
HSV(B)327.63º46.91%63.53%-
XYZ22.0615.8721.98-
YUV113.4135.68162.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 127 (50% from 255) = 33.87%
R=43.2%
G=22.93%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628612700.470.220.36327.6330.6548.63
HexA2567F02F16241481f31
Octal24212617705726445103761
Binary101000101010110111111101011111011010010010100100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2567F; }

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

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

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

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

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

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

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

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