#A65584

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

Shades of Strikemaster #A65584

Tints of Strikemaster #A65584

Color information

#A65584 (or 0xA65584) is unknown color: approx Strikemaster. HEX triplet: A6, 55 and 84. RGB value is (166,85,132). Sum of RGB (Red+Green+Blue) = 166+85+132=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A65584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65584 is #59AA7B. Grayscale: #727272. Windows color (decimal): -5876348 or 8672678. OLE color: 8672678.

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

Color convert

RGB16685132-
CMYK00.490.200.35
HSL325.19º32.27%49.22%-
HSV(B)325.19º48.8%65.1%-
XYZ23.1416.2723.75-
YUV114.58137.84164.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 132 (51.95% from 255) = 34.46%
R=43.34%
G=22.19%
B=34.46%

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
Decimal1668513200.490.200.35325.1932.2749.22
HexA6558403114231452031
Octal24612520406124435054061
Binary10100110101010110000100011000110100100011101000101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65584; }

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

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

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

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

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

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

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

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