#A65588

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

Shades of Strikemaster #A65588

Tints of Strikemaster #A65588

Color information

#A65588 (or 0xA65588) is unknown color: approx Strikemaster. HEX triplet: A6, 55 and 88. RGB value is (166,85,136). Sum of RGB (Red+Green+Blue) = 166+85+136=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A65588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65588 is #59AA77. Grayscale: #727272. Windows color (decimal): -5876344 or 8934822. OLE color: 8934822.

HSL color Cylindrical-coordinate representation of color #A65588: hue angle of 322.22º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65588 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB16685136-
CMYK00.490.180.35
HSL322.22º32.27%49.22%-
HSV(B)322.22º48.8%65.1%-
XYZ23.4216.3825.22-
YUV115.03139.84164.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 136 (53.52% from 255) = 35.14%
R=42.89%
G=21.96%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668513600.490.180.35322.2232.2749.22
HexA6558803112231422031
Octal24612521006122435024061
Binary10100110101010110001000011000110010100011101000010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65588; }

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

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

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

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

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

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

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

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