#A85686

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

Shades of Strikemaster #A85686

Tints of Strikemaster #A85686

Color information

#A85686 (or 0xA85686) is unknown color: approx Strikemaster. HEX triplet: A8, 56 and 86. RGB value is (168,86,134). Sum of RGB (Red+Green+Blue) = 168+86+134=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A85686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85686 is #57A979. Grayscale: #737373. Windows color (decimal): -5745018 or 8804008. OLE color: 8804008.

HSL color Cylindrical-coordinate representation of color #A85686: hue angle of 324.88º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A85686 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB16886134-
CMYK00.490.200.34
HSL324.88º32.28%49.8%-
HSV(B)324.88º48.81%65.88%-
XYZ23.7816.724.52-
YUV115.99138.17165.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.30%
GREEN value IS 86 (33.98% from 255) = 22.16%
BLUE value IS 134 (52.73% from 255) = 34.54%
R=43.30%
G=22.16%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688613400.490.200.34324.8832.2849.8
HexA8568603114221452032
Octal25012620606124425054062
Binary10101000101011010000110011000110100100010101000101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85686; }

 p { color: rgb(168,86,134); }

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

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

 a { background-color: rgb(168,86,134); }

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

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

 span { border-color: rgb(168,86,134); }

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