#A65486

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

Shades of Strikemaster #A65486

Tints of Strikemaster #A65486

Color information

#A65486 (or 0xA65486) is unknown color: approx Strikemaster. HEX triplet: A6, 54 and 86. RGB value is (166,84,134). Sum of RGB (Red+Green+Blue) = 166+84+134=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A65486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65486 is #59AB79. Grayscale: #727272. Windows color (decimal): -5876602 or 8803494. OLE color: 8803494.

HSL color Cylindrical-coordinate representation of color #A65486: hue angle of 323.41º degrees, saturation: 0.33, 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 #A65486 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB16684134-
CMYK00.490.190.35
HSL323.41º32.8%49.02%-
HSV(B)323.41º49.4%65.1%-
XYZ23.216.1724.45-
YUV114.22139.17164.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 134 (52.73% from 255) = 34.90%
R=43.23%
G=21.88%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668413400.490.190.35323.4132.849.02
HexA6548603113231432131
Octal24612420606123435034161
Binary10100110101010010000110011000110011100011101000011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65486; }

 p { color: rgb(166,84,134); }

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

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

 a { background-color: rgb(166,84,134); }

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

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

 span { border-color: rgb(166,84,134); }

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