#A85F8C

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

Shades of Strikemaster #A85F8C

Tints of Strikemaster #A85F8C

Color information

#A85F8C (or 0xA85F8C) is unknown color: approx Strikemaster. HEX triplet: A8, 5F and 8C. RGB value is (168,95,140). Sum of RGB (Red+Green+Blue) = 168+95+140=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85F8C is #57A073. Grayscale: #797979. Windows color (decimal): -5742708 or 9199528. OLE color: 9199528.

HSL color Cylindrical-coordinate representation of color #A85F8C: hue angle of 323.01º 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 #A85F8C is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB16895140-
CMYK00.430.170.34
HSL323.01º29.55%51.57%-
HSV(B)323.01º43.45%65.88%-
XYZ24.9718.427.05-
YUV121.96138.18160.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.69%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=41.69%
G=23.57%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689514000.430.170.34323.0129.5551.57
HexA85F8C02B11221431e34
Octal25013721405321425033664
Binary1010100010111111000110001010111000110001010100001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85F8C; }

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

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

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

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

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

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

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

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