#A3628E

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

Shades of Strikemaster #A3628E

Tints of Strikemaster #A3628E

Color information

#A3628E (or 0xA3628E) is unknown color: approx Strikemaster. HEX triplet: A3, 62 and 8E. RGB value is (163,98,142). Sum of RGB (Red+Green+Blue) = 163+98+142=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A3628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3628E is #5C9D71. Grayscale: #7A7A7A. Windows color (decimal): -6069618 or 9331363. OLE color: 9331363.

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

Color convert

RGB16398142-
CMYK00.400.130.36
HSL319.38º26.1%51.18%-
HSV(B)319.38º39.88%63.92%-
XYZ24.3518.4727.87-
YUV122.45139.03156.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=40.45%
G=24.32%
B=35.24%

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
Decimal1639814200.400.130.36319.3826.151.18
HexA3628E028D2413f1a33
Octal24314221605015444773263
Binary101000111100010100011100101000110110010010011111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3628E; }

 p { color: rgb(163,98,142); }

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

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

 a { background-color: rgb(163,98,142); }

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

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

 span { border-color: rgb(163,98,142); }

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