#A2628B

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

Shades of Strikemaster #A2628B

Tints of Strikemaster #A2628B

Color information

#A2628B (or 0xA2628B) is unknown color: approx Strikemaster. HEX triplet: A2, 62 and 8B. RGB value is (162,98,139). Sum of RGB (Red+Green+Blue) = 162+98+139=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A2628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2628B is #5D9D74. Grayscale: #797979. Windows color (decimal): -6135157 or 9134754. OLE color: 9134754.

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

Color convert

RGB16298139-
CMYK00.400.140.36
HSL321.56º25.6%50.98%-
HSV(B)321.56º39.51%63.53%-
XYZ23.9318.2826.69-
YUV121.81137.7156.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 98 (38.67% from 255) = 24.56%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=40.60%
G=24.56%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629813900.400.140.36321.5625.650.98
HexA2628B028E241421a33
Octal24214221305016445023263
Binary101000101100010100010110101000111010010010100001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2628B; }

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

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

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

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

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

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

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

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