#A66281

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

Shades of Strikemaster #A66281

Tints of Strikemaster #A66281

Color information

#A66281 (or 0xA66281) is unknown color: approx Strikemaster. HEX triplet: A6, 62 and 81. RGB value is (166,98,129). Sum of RGB (Red+Green+Blue) = 166+98+129=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A66281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66281 is #599D7E. Grayscale: #797979. Windows color (decimal): -5873023 or 8479398. OLE color: 8479398.

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

Color convert

RGB16698129-
CMYK00.410.220.35
HSL332.65º27.64%51.76%-
HSV(B)332.65º40.96%65.1%-
XYZ24.0618.4323.06-
YUV121.87132.03159.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=42.24%
G=24.94%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669812900.410.220.35332.6527.6451.76
HexA66281029162314d1c34
Octal24614220105126435153464
Binary1010011011000101000000101010011011010001110100110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66281; }

 p { color: rgb(166,98,129); }

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

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

 a { background-color: rgb(166,98,129); }

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

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

 span { border-color: rgb(166,98,129); }

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