#A3608C

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

Shades of Strikemaster #A3608C

Tints of Strikemaster #A3608C

Color information

#A3608C (or 0xA3608C) is unknown color: approx Strikemaster. HEX triplet: A3, 60 and 8C. RGB value is (163,96,140). Sum of RGB (Red+Green+Blue) = 163+96+140=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A3608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3608C is #5C9F73. Grayscale: #787878. Windows color (decimal): -6070132 or 9199779. OLE color: 9199779.

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

Color convert

RGB16396140-
CMYK00.410.140.36
HSL320.6º26.69%50.78%-
HSV(B)320.6º41.1%63.92%-
XYZ24.0218.0527.03-
YUV121.05138.7157.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.85%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 140 (55.08% from 255) = 35.09%
R=40.85%
G=24.06%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639614000.410.140.36320.626.6950.78
HexA3608C029E241411b33
Octal24314021405116445013363
Binary101000111100000100011000101001111010010010100000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3608C; }

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

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

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

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

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

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

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

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