#A65582

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

Shades of Strikemaster #A65582

Tints of Strikemaster #A65582

Color information

#A65582 (or 0xA65582) is unknown color: approx Strikemaster. HEX triplet: A6, 55 and 82. RGB value is (166,85,130). Sum of RGB (Red+Green+Blue) = 166+85+130=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A65582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65582 is #59AA7D. Grayscale: #727272. Windows color (decimal): -5876350 or 8541606. OLE color: 8541606.

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

Color convert

RGB16685130-
CMYK00.490.220.35
HSL326.67º32.27%49.22%-
HSV(B)326.67º48.8%65.1%-
XYZ2316.2223.04-
YUV114.35136.84164.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 130 (51.17% from 255) = 34.12%
R=43.57%
G=22.31%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668513000.490.220.35326.6732.2749.22
HexA6558203116231472031
Octal24612520206126435074061
Binary10100110101010110000010011000110110100011101000111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65582; }

 p { color: rgb(166,85,130); }

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

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

 a { background-color: rgb(166,85,130); }

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

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

 span { border-color: rgb(166,85,130); }

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