#A65389

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

Shades of Strikemaster #A65389

Tints of Strikemaster #A65389

Color information

#A65389 (or 0xA65389) is unknown color: approx Strikemaster. HEX triplet: A6, 53 and 89. RGB value is (166,83,137). Sum of RGB (Red+Green+Blue) = 166+83+137=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A65389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65389 is #59AC76. Grayscale: #717171. Windows color (decimal): -5876855 or 8999846. OLE color: 8999846.

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

Color convert

RGB16683137-
CMYK00.500.170.35
HSL320.96º33.33%48.82%-
HSV(B)320.96º50%65.1%-
XYZ23.3316.125.54-
YUV113.97141165.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 83 (32.81% from 255) = 21.50%
BLUE value IS 137 (53.91% from 255) = 35.49%
R=43.01%
G=21.50%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668313700.500.170.35320.9633.3348.82
HexA6538903211231412131
Octal24612321106221435014161
Binary10100110101001110001001011001010001100011101000001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65389; }

 p { color: rgb(166,83,137); }

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

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

 a { background-color: rgb(166,83,137); }

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

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

 span { border-color: rgb(166,83,137); }

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