#A2567D

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

Shades of Strikemaster #A2567D

Tints of Strikemaster #A2567D

Color information

#A2567D (or 0xA2567D) is unknown color: approx Strikemaster. HEX triplet: A2, 56 and 7D. RGB value is (162,86,125). Sum of RGB (Red+Green+Blue) = 162+86+125=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2567D is #5DA982. Grayscale: #717171. Windows color (decimal): -6138243 or 8214178. OLE color: 8214178.

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

Color convert

RGB16286125-
CMYK00.470.230.36
HSL329.21º30.65%48.63%-
HSV(B)329.21º46.91%63.53%-
XYZ21.9315.8221.3-
YUV113.17134.68162.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 125 (49.22% from 255) = 33.51%
R=43.43%
G=23.06%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628612500.470.230.36329.2130.6548.63
HexA2567D02F17241491f31
Octal24212617505727445113761
Binary101000101010110111110101011111011110010010100100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2567D; }

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

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

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

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

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

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

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

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