#A2638D

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

Shades of Strikemaster #A2638D

Tints of Strikemaster #A2638D

Color information

#A2638D (or 0xA2638D) is unknown color: approx Strikemaster. HEX triplet: A2, 63 and 8D. RGB value is (162,99,141). Sum of RGB (Red+Green+Blue) = 162+99+141=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A2638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2638D is #5D9C72. Grayscale: #7A7A7A. Windows color (decimal): -6134899 or 9266082. OLE color: 9266082.

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

Color convert

RGB16299141-
CMYK00.390.130.36
HSL320º25.3%51.18%-
HSV(B)320º38.89%63.53%-
XYZ24.1718.5327.5-
YUV122.62138.37156.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=40.30%
G=24.63%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629914100.390.130.3632025.351.18
HexA2638D027D241401933
Octal24214321504715445003163
Binary101000101100011100011010100111110110010010100000011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2638D; }

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

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

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

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

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

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

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

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