#A65C87

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

Shades of Strikemaster #A65C87

Tints of Strikemaster #A65C87

Color information

#A65C87 (or 0xA65C87) is unknown color: approx Strikemaster. HEX triplet: A6, 5C and 87. RGB value is (166,92,135). Sum of RGB (Red+Green+Blue) = 166+92+135=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65C87 is #59A378. Grayscale: #767676. Windows color (decimal): -5874553 or 8871078. OLE color: 8871078.

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

Color convert

RGB16692135-
CMYK00.450.190.35
HSL325.14º29.37%50.59%-
HSV(B)325.14º44.58%65.1%-
XYZ23.9317.5125.04-
YUV119.03137.02161.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 135 (53.12% from 255) = 34.35%
R=42.24%
G=23.41%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669213500.450.190.35325.1429.3750.59
HexA65C8702D13231451d33
Octal24613420705523435053563
Binary1010011010111001000011101011011001110001110100010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C87; }

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

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

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

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

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

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

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

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