#A85D90

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

Shades of Strikemaster #A85D90

Tints of Strikemaster #A85D90

Color information

#A85D90 (or 0xA85D90) is unknown color: approx Strikemaster. HEX triplet: A8, 5D and 90. RGB value is (168,93,144). Sum of RGB (Red+Green+Blue) = 168+93+144=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85D90 is #57A26F. Grayscale: #797979. Windows color (decimal): -5743216 or 9461160. OLE color: 9461160.

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

Color convert

RGB16893144-
CMYK00.450.140.34
HSL319.2º30.12%51.18%-
HSV(B)319.2º44.64%65.88%-
XYZ25.118.1728.57-
YUV121.24140.85161.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 93 (36.72% from 255) = 22.96%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=41.48%
G=22.96%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689314400.450.140.34319.230.1251.18
HexA85D9002DE2213f1e33
Octal25013522005516424773663
Binary101010001011101100100000101101111010001010011111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85D90; }

 p { color: rgb(168,93,144); }

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

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

 a { background-color: rgb(168,93,144); }

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

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

 span { border-color: rgb(168,93,144); }

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