#A65F87

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

Shades of Strikemaster #A65F87

Tints of Strikemaster #A65F87

Color information

#A65F87 (or 0xA65F87) is unknown color: approx Strikemaster. HEX triplet: A6, 5F and 87. RGB value is (166,95,135). Sum of RGB (Red+Green+Blue) = 166+95+135=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F87 is #59A078. Grayscale: #787878. Windows color (decimal): -5873785 or 8871846. OLE color: 8871846.

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

Color convert

RGB16695135-
CMYK00.430.190.35
HSL326.2º28.51%51.18%-
HSV(B)326.2º42.77%65.1%-
XYZ24.1918.0425.13-
YUV120.79136.02160.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 95 (37.5% from 255) = 23.99%
BLUE value IS 135 (53.12% from 255) = 34.09%
R=41.92%
G=23.99%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669513500.430.190.35326.228.5151.18
HexA65F8702B13231461d33
Octal24613720705323435063563
Binary1010011010111111000011101010111001110001110100011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F87; }

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

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

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

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

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

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

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

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