#A2658B

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

Shades of Strikemaster #A2658B

Tints of Strikemaster #A2658B

Color information

#A2658B (or 0xA2658B) is unknown color: approx Strikemaster. HEX triplet: A2, 65 and 8B. RGB value is (162,101,139). Sum of RGB (Red+Green+Blue) = 162+101+139=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A2658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2658B is #5D9A74. Grayscale: #7B7B7B. Windows color (decimal): -6134389 or 9135522. OLE color: 9135522.

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

Color convert

RGB162101139-
CMYK00.380.140.36
HSL322.62º24.7%51.57%-
HSV(B)322.62º37.65%63.53%-
XYZ24.2118.8526.79-
YUV123.57136.71155.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 101 (39.84% from 255) = 25.12%
BLUE value IS 139 (54.69% from 255) = 34.58%
R=40.30%
G=25.12%
B=34.58%

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
Decimal16210113900.380.140.36322.6224.751.57
HexA2658B026E241431934
Octal24214521304616445033164
Binary101000101100101100010110100110111010010010100001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2658B; }

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

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

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

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

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

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

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

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