#A65E88

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

Shades of Strikemaster #A65E88

Tints of Strikemaster #A65E88

Color information

#A65E88 (or 0xA65E88) is unknown color: approx Strikemaster. HEX triplet: A6, 5E and 88. RGB value is (166,94,136). Sum of RGB (Red+Green+Blue) = 166+94+136=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65E88 is #59A177. Grayscale: #787878. Windows color (decimal): -5874040 or 8937126. OLE color: 8937126.

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

Color convert

RGB16694136-
CMYK00.430.180.35
HSL325º28.8%50.98%-
HSV(B)325º43.37%65.1%-
XYZ24.1717.8925.47-
YUV120.32136.85160.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 94 (37.11% from 255) = 23.74%
BLUE value IS 136 (53.52% from 255) = 34.34%
R=41.92%
G=23.74%
B=34.34%

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
Decimal1669413600.430.180.3532528.850.98
HexA65E8802B12231451d33
Octal24613621005322435053563
Binary1010011010111101000100001010111001010001110100010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65E88; }

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

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

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

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

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

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

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

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