#A66183

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

Shades of Strikemaster #A66183

Tints of Strikemaster #A66183

Color information

#A66183 (or 0xA66183) is unknown color: approx Strikemaster. HEX triplet: A6, 61 and 83. RGB value is (166,97,131). Sum of RGB (Red+Green+Blue) = 166+97+131=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A66183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66183 is #599E7C. Grayscale: #797979. Windows color (decimal): -5873277 or 8610214. OLE color: 8610214.

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

Color convert

RGB16697131-
CMYK00.420.210.35
HSL330.43º27.94%51.57%-
HSV(B)330.43º41.57%65.1%-
XYZ24.118.323.73-
YUV121.51133.36159.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 97 (38.28% from 255) = 24.62%
BLUE value IS 131 (51.56% from 255) = 33.25%
R=42.13%
G=24.62%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669713100.420.210.35330.4327.9451.57
HexA6618302A152314a1c34
Octal24614120305225435123464
Binary1010011011000011000001101010101010110001110100101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66183; }

 p { color: rgb(166,97,131); }

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

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

 a { background-color: rgb(166,97,131); }

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

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

 span { border-color: rgb(166,97,131); }

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