#A65484

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

Shades of Strikemaster #A65484

Tints of Strikemaster #A65484

Color information

#A65484 (or 0xA65484) is unknown color: approx Strikemaster. HEX triplet: A6, 54 and 84. RGB value is (166,84,132). Sum of RGB (Red+Green+Blue) = 166+84+132=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A65484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65484 is #59AB7B. Grayscale: #717171. Windows color (decimal): -5876604 or 8672422. OLE color: 8672422.

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

Color convert

RGB16684132-
CMYK00.490.200.35
HSL324.88º32.8%49.02%-
HSV(B)324.88º49.4%65.1%-
XYZ23.0616.1123.72-
YUV113.99138.17165.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 132 (51.95% from 255) = 34.55%
R=43.46%
G=21.99%
B=34.55%

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
Decimal1668413200.490.200.35324.8832.849.02
HexA6548403114231452131
Octal24612420406124435054161
Binary10100110101010010000100011000110100100011101000101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65484; }

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

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

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

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

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

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

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

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