#A65F88

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

Shades of Strikemaster #A65F88

Tints of Strikemaster #A65F88

Color information

#A65F88 (or 0xA65F88) is unknown color: approx Strikemaster. HEX triplet: A6, 5F and 88. RGB value is (166,95,136). Sum of RGB (Red+Green+Blue) = 166+95+136=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F88 is #59A077. Grayscale: #787878. Windows color (decimal): -5873784 or 8937382. OLE color: 8937382.

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

Color convert

RGB16695136-
CMYK00.430.180.35
HSL325.35º28.51%51.18%-
HSV(B)325.35º42.77%65.1%-
XYZ24.2618.0725.5-
YUV120.9136.52160.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 95 (37.5% from 255) = 23.93%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=41.81%
G=23.93%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669513600.430.180.35325.3528.5151.18
HexA65F8802B12231451d33
Octal24613721005322435053563
Binary1010011010111111000100001010111001010001110100010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F88; }

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

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

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

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

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

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

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

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