#A3658E

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

Shades of Strikemaster #A3658E

Tints of Strikemaster #A3658E

Color information

#A3658E (or 0xA3658E) is unknown color: approx Strikemaster. HEX triplet: A3, 65 and 8E. RGB value is (163,101,142). Sum of RGB (Red+Green+Blue) = 163+101+142=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A3658E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3658E is #5C9A71. Grayscale: #7C7C7C. Windows color (decimal): -6068850 or 9332131. OLE color: 9332131.

HSL color Cylindrical-coordinate representation of color #A3658E: hue angle of 320.32º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3658E is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB163101142-
CMYK00.380.130.36
HSL320.32º25.2%51.76%-
HSV(B)320.32º38.04%63.92%-
XYZ24.6419.0527.97-
YUV124.21138.04155.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.15%
GREEN value IS 101 (39.84% from 255) = 24.88%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=40.15%
G=24.88%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310114200.380.130.36320.3225.251.76
HexA3658E026D241401934
Octal24314521604615445003164
Binary101000111100101100011100100110110110010010100000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3658E; }

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

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

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

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

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

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

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

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