#A3598C

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

Shades of Strikemaster #A3598C

Tints of Strikemaster #A3598C

Color information

#A3598C (or 0xA3598C) is unknown color: approx Strikemaster. HEX triplet: A3, 59 and 8C. RGB value is (163,89,140). Sum of RGB (Red+Green+Blue) = 163+89+140=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A3598C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3598C is #5CA673. Grayscale: #747474. Windows color (decimal): -6071924 or 9197987. OLE color: 9197987.

HSL color Cylindrical-coordinate representation of color #A3598C: hue angle of 318.65º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3598C is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB16389140-
CMYK00.450.140.36
HSL318.65º29.37%49.41%-
HSV(B)318.65º45.4%63.92%-
XYZ23.4116.8226.82-
YUV116.94141.02160.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.58%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 140 (55.08% from 255) = 35.71%
R=41.58%
G=22.70%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638914000.450.140.36318.6529.3749.41
HexA3598C02DE2413f1d31
Octal24313121405516444773561
Binary101000111011001100011000101101111010010010011111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3598C; }

 p { color: rgb(163,89,140); }

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

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

 a { background-color: rgb(163,89,140); }

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

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

 span { border-color: rgb(163,89,140); }

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