#A65C90

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

Shades of Strikemaster #A65C90

Tints of Strikemaster #A65C90

Color information

#A65C90 (or 0xA65C90) is unknown color: approx Strikemaster. HEX triplet: A6, 5C and 90. RGB value is (166,92,144). Sum of RGB (Red+Green+Blue) = 166+92+144=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65C90 is #59A36F. Grayscale: #777777. Windows color (decimal): -5874544 or 9460902. OLE color: 9460902.

HSL color Cylindrical-coordinate representation of color #A65C90: hue angle of 317.84º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65C90 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB16692144-
CMYK00.450.130.35
HSL317.84º29.37%50.59%-
HSV(B)317.84º44.58%65.1%-
XYZ24.5917.7728.52-
YUV120.05141.52160.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.29%
GREEN value IS 92 (36.33% from 255) = 22.89%
BLUE value IS 144 (56.64% from 255) = 35.82%
R=41.29%
G=22.89%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669214400.450.130.35317.8429.3750.59
HexA65C9002DD2313e1d33
Octal24613422005515434763563
Binary101001101011100100100000101101110110001110011111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C90; }

 p { color: rgb(166,92,144); }

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

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

 a { background-color: rgb(166,92,144); }

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

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

 span { border-color: rgb(166,92,144); }

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