#A86689

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

Shades of Strikemaster #A86689

Tints of Strikemaster #A86689

Color information

#A86689 (or 0xA86689) is unknown color: approx Strikemaster. HEX triplet: A8, 66 and 89. RGB value is (168,102,137). Sum of RGB (Red+Green+Blue) = 168+102+137=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A86689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86689 is #579976. Grayscale: #7D7D7D. Windows color (decimal): -5740919 or 9004712. OLE color: 9004712.

HSL color Cylindrical-coordinate representation of color #A86689: hue angle of 328.18º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A86689 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB168102137-
CMYK00.390.180.34
HSL328.18º27.5%52.94%-
HSV(B)328.18º39.29%65.88%-
XYZ25.4219.6326.12-
YUV125.72134.37158.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.28%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 137 (53.91% from 255) = 33.66%
R=41.28%
G=25.06%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810213700.390.180.34328.1827.552.94
HexA8668902712221481c35
Octal25014621104722425103465
Binary1010100011001101000100101001111001010001010100100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86689; }

 p { color: rgb(168,102,137); }

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

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

 a { background-color: rgb(168,102,137); }

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

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

 span { border-color: rgb(168,102,137); }

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