#A6608D

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

Shades of Strikemaster #A6608D

Tints of Strikemaster #A6608D

Color information

#A6608D (or 0xA6608D) is unknown color: approx Strikemaster. HEX triplet: A6, 60 and 8D. RGB value is (166,96,141). Sum of RGB (Red+Green+Blue) = 166+96+141=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A6608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6608D is #599F72. Grayscale: #797979. Windows color (decimal): -5873523 or 9265318. OLE color: 9265318.

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

Color convert

RGB16696141-
CMYK00.420.150.35
HSL321.43º28.23%51.37%-
HSV(B)321.43º42.17%65.1%-
XYZ24.7218.427.45-
YUV122.06138.69159.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=41.19%
G=23.82%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669614100.420.150.35321.4328.2351.37
HexA6608D02AF231411c33
Octal24614021505217435013463
Binary101001101100000100011010101010111110001110100000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6608D; }

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

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

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

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

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

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

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

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