#A65888

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

Shades of Strikemaster #A65888

Tints of Strikemaster #A65888

Color information

#A65888 (or 0xA65888) is unknown color: approx Strikemaster. HEX triplet: A6, 58 and 88. RGB value is (166,88,136). Sum of RGB (Red+Green+Blue) = 166+88+136=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A65888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65888 is #59A777. Grayscale: #747474. Windows color (decimal): -5875576 or 8935590. OLE color: 8935590.

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

Color convert

RGB16688136-
CMYK00.470.180.35
HSL323.08º30.71%49.8%-
HSV(B)323.08º46.99%65.1%-
XYZ23.6616.8625.3-
YUV116.79138.84163.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 136 (53.52% from 255) = 34.87%
R=42.56%
G=22.56%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668813600.470.180.35323.0830.7149.8
HexA6588802F12231431f32
Octal24613021005722435033762
Binary1010011010110001000100001011111001010001110100001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65888; }

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

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

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

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

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

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

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

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