#A85F89

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

Shades of Strikemaster #A85F89

Tints of Strikemaster #A85F89

Color information

#A85F89 (or 0xA85F89) is unknown color: approx Strikemaster. HEX triplet: A8, 5F and 89. RGB value is (168,95,137). Sum of RGB (Red+Green+Blue) = 168+95+137=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85F89 is #57A076. Grayscale: #797979. Windows color (decimal): -5742711 or 9002920. OLE color: 9002920.

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

Color convert

RGB16895137-
CMYK00.430.180.34
HSL325.48º29.55%51.57%-
HSV(B)325.48º43.45%65.88%-
XYZ24.7618.3225.9-
YUV121.61136.68161.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42%
GREEN value IS 95 (37.5% from 255) = 23.75%
BLUE value IS 137 (53.91% from 255) = 34.25%
R=42%
G=23.75%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689513700.430.180.34325.4829.5551.57
HexA85F8902B12221451e34
Octal25013721105322425053664
Binary1010100010111111000100101010111001010001010100010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85F89; }

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

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

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

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

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

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

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

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