#A2628D

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

Shades of Strikemaster #A2628D

Tints of Strikemaster #A2628D

Color information

#A2628D (or 0xA2628D) is unknown color: approx Strikemaster. HEX triplet: A2, 62 and 8D. RGB value is (162,98,141). Sum of RGB (Red+Green+Blue) = 162+98+141=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A2628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2628D is #5D9D72. Grayscale: #797979. Windows color (decimal): -6135155 or 9265826. OLE color: 9265826.

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

Color convert

RGB16298141-
CMYK00.400.130.36
HSL319.69º25.6%50.98%-
HSV(B)319.69º39.51%63.53%-
XYZ24.0818.3427.47-
YUV122.04138.7156.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 98 (38.67% from 255) = 24.44%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=40.40%
G=24.44%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629814100.400.130.36319.6925.650.98
HexA2628D028D241401a33
Octal24214221505015445003263
Binary101000101100010100011010101000110110010010100000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2628D; }

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

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

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

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

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

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

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

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