#A65485

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

Shades of Strikemaster #A65485

Tints of Strikemaster #A65485

Color information

#A65485 (or 0xA65485) is unknown color: approx Strikemaster. HEX triplet: A6, 54 and 85. RGB value is (166,84,133). Sum of RGB (Red+Green+Blue) = 166+84+133=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A65485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65485 is #59AB7A. Grayscale: #717171. Windows color (decimal): -5876603 or 8737958. OLE color: 8737958.

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

Color convert

RGB16684133-
CMYK00.490.200.35
HSL324.15º32.8%49.02%-
HSV(B)324.15º49.4%65.1%-
XYZ23.1316.1424.09-
YUV114.1138.67165.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 133 (52.34% from 255) = 34.73%
R=43.34%
G=21.93%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668413300.490.200.35324.1532.849.02
HexA6548503114231442131
Octal24612420506124435044161
Binary10100110101010010000101011000110100100011101000100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65485; }

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

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

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

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

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

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

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

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