#A2658F

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

Shades of Strikemaster #A2658F

Tints of Strikemaster #A2658F

Color information

#A2658F (or 0xA2658F) is unknown color: approx Strikemaster. HEX triplet: A2, 65 and 8F. RGB value is (162,101,143). Sum of RGB (Red+Green+Blue) = 162+101+143=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A2658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2658F is #5D9A70. Grayscale: #7B7B7B. Windows color (decimal): -6134385 or 9397666. OLE color: 9397666.

HSL color Cylindrical-coordinate representation of color #A2658F: hue angle of 318.69º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2658F is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB162101143-
CMYK00.380.120.36
HSL318.69º24.7%51.57%-
HSV(B)318.69º37.65%63.53%-
XYZ24.5118.9728.36-
YUV124.03138.71155.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 101 (39.84% from 255) = 24.88%
BLUE value IS 143 (56.25% from 255) = 35.22%
R=39.90%
G=24.88%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210114300.380.120.36318.6924.751.57
HexA2658F026C2413f1934
Octal24214521704614444773164
Binary101000101100101100011110100110110010010010011111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2658F; }

 p { color: rgb(162,101,143); }

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

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

 a { background-color: rgb(162,101,143); }

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

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

 span { border-color: rgb(162,101,143); }

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