#A2658C

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

Shades of Strikemaster #A2658C

Tints of Strikemaster #A2658C

Color information

#A2658C (or 0xA2658C) is unknown color: approx Strikemaster. HEX triplet: A2, 65 and 8C. RGB value is (162,101,140). Sum of RGB (Red+Green+Blue) = 162+101+140=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A2658C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2658C is #5D9A73. Grayscale: #7B7B7B. Windows color (decimal): -6134388 or 9201058. OLE color: 9201058.

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

Color convert

RGB162101140-
CMYK00.380.140.36
HSL321.64º24.7%51.57%-
HSV(B)321.64º37.65%63.53%-
XYZ24.2918.8827.18-
YUV123.68137.21155.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.20%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=40.20%
G=25.06%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210114000.380.140.36321.6424.751.57
HexA2658C026E241421934
Octal24214521404616445023164
Binary101000101100101100011000100110111010010010100001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2658C; }

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

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

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

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

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

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

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

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