#A2637E

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

Shades of Strikemaster #A2637E

Tints of Strikemaster #A2637E

Color information

#A2637E (or 0xA2637E) is unknown color: approx Strikemaster. HEX triplet: A2, 63 and 7E. RGB value is (162,99,126). Sum of RGB (Red+Green+Blue) = 162+99+126=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2637E is #5D9C81. Grayscale: #787878. Windows color (decimal): -6134914 or 8283042. OLE color: 8283042.

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

Color convert

RGB16299126-
CMYK00.390.220.36
HSL334.29º25.3%51.18%-
HSV(B)334.29º38.89%63.53%-
XYZ23.1318.1122.02-
YUV120.92130.87157.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 99 (39.06% from 255) = 25.58%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=41.86%
G=25.58%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629912600.390.220.36334.2925.351.18
HexA2637E027162414e1933
Octal24214317604726445163163
Binary101000101100011111111001001111011010010010100111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2637E; }

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

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

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

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

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

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

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

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