#A3608B

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

Shades of Strikemaster #A3608B

Tints of Strikemaster #A3608B

Color information

#A3608B (or 0xA3608B) is unknown color: approx Strikemaster. HEX triplet: A3, 60 and 8B. RGB value is (163,96,139). Sum of RGB (Red+Green+Blue) = 163+96+139=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A3608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3608B is #5C9F74. Grayscale: #787878. Windows color (decimal): -6070133 or 9134243. OLE color: 9134243.

HSL color Cylindrical-coordinate representation of color #A3608B: hue angle of 321.49º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3608B is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB16396139-
CMYK00.410.150.36
HSL321.49º26.69%50.78%-
HSV(B)321.49º41.1%63.92%-
XYZ23.9518.0226.64-
YUV120.94138.2158-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.95%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=40.95%
G=24.12%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639613900.410.150.36321.4926.6950.78
HexA3608B029F241411b33
Octal24314021305117445013363
Binary101000111100000100010110101001111110010010100000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3608B; }

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

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

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

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

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

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

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

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