#A2638B

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

Shades of Strikemaster #A2638B

Tints of Strikemaster #A2638B

Color information

#A2638B (or 0xA2638B) is unknown color: approx Strikemaster. HEX triplet: A2, 63 and 8B. RGB value is (162,99,139). Sum of RGB (Red+Green+Blue) = 162+99+139=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A2638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2638B is #5D9C74. Grayscale: #7A7A7A. Windows color (decimal): -6134901 or 9135010. OLE color: 9135010.

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

Color convert

RGB16299139-
CMYK00.390.140.36
HSL321.9º25.3%51.18%-
HSV(B)321.9º38.89%63.53%-
XYZ24.0218.4726.72-
YUV122.4137.37156.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.5%
GREEN value IS 99 (39.06% from 255) = 24.75%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=40.5%
G=24.75%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629913900.390.140.36321.925.351.18
HexA2638B027E241421933
Octal24214321304716445023163
Binary101000101100011100010110100111111010010010100001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2638B; }

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

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

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

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

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

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

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

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