#A6608B

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

Shades of Strikemaster #A6608B

Tints of Strikemaster #A6608B

Color information

#A6608B (or 0xA6608B) is unknown color: approx Strikemaster. HEX triplet: A6, 60 and 8B. RGB value is (166,96,139). Sum of RGB (Red+Green+Blue) = 166+96+139=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A6608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6608B is #599F74. Grayscale: #797979. Windows color (decimal): -5873525 or 9134246. OLE color: 9134246.

HSL color Cylindrical-coordinate representation of color #A6608B: hue angle of 323.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6608B is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16696139-
CMYK00.420.160.35
HSL323.14º28.23%51.37%-
HSV(B)323.14º42.17%65.1%-
XYZ24.5718.3426.67-
YUV121.83137.69159.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=41.40%
G=23.94%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669613900.420.160.35323.1428.2351.37
HexA6608B02A10231431c33
Octal24614021305220435033463
Binary1010011011000001000101101010101000010001110100001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6608B; }

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

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

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

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

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

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

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

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