#A3658B

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

Shades of Strikemaster #A3658B

Tints of Strikemaster #A3658B

Color information

#A3658B (or 0xA3658B) is unknown color: approx Strikemaster. HEX triplet: A3, 65 and 8B. RGB value is (163,101,139). Sum of RGB (Red+Green+Blue) = 163+101+139=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A3658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3658B is #5C9A74. Grayscale: #7B7B7B. Windows color (decimal): -6068853 or 9135523. OLE color: 9135523.

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

Color convert

RGB163101139-
CMYK00.380.150.36
HSL323.23º25.2%51.76%-
HSV(B)323.23º38.04%63.92%-
XYZ24.4218.9626.8-
YUV123.87136.54155.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 139 (54.69% from 255) = 34.49%
R=40.45%
G=25.06%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310113900.380.150.36323.2325.251.76
HexA3658B026F241431934
Octal24314521304617445033164
Binary101000111100101100010110100110111110010010100001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3658B; }

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

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

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

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

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

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

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

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