#A65887

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

Shades of Strikemaster #A65887

Tints of Strikemaster #A65887

Color information

#A65887 (or 0xA65887) is unknown color: approx Strikemaster. HEX triplet: A6, 58 and 87. RGB value is (166,88,135). Sum of RGB (Red+Green+Blue) = 166+88+135=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A65887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65887 is #59A778. Grayscale: #747474. Windows color (decimal): -5875577 or 8870054. OLE color: 8870054.

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

Color convert

RGB16688135-
CMYK00.470.190.35
HSL323.85º30.71%49.8%-
HSV(B)323.85º46.99%65.1%-
XYZ23.5916.8424.93-
YUV116.68138.34163.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 88 (34.77% from 255) = 22.62%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=42.67%
G=22.62%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668813500.470.190.35323.8530.7149.8
HexA6588702F13231441f32
Octal24613020705723435043762
Binary1010011010110001000011101011111001110001110100010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65887; }

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

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

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

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

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

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

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

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