#A85E8B

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

Shades of Strikemaster #A85E8B

Tints of Strikemaster #A85E8B

Color information

#A85E8B (or 0xA85E8B) is unknown color: approx Strikemaster. HEX triplet: A8, 5E and 8B. RGB value is (168,94,139). Sum of RGB (Red+Green+Blue) = 168+94+139=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85E8B is #57A174. Grayscale: #797979. Windows color (decimal): -5742965 or 9133736. OLE color: 9133736.

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

Color convert

RGB16894139-
CMYK00.440.170.34
HSL323.51º29.84%51.37%-
HSV(B)323.51º44.05%65.88%-
XYZ24.8118.1926.63-
YUV121.26138.02161.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.90%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=41.90%
G=23.44%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689413900.440.170.34323.5129.8451.37
HexA85E8B02C11221441e33
Octal25013621305421425043663
Binary1010100010111101000101101011001000110001010100010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85E8B; }

 p { color: rgb(168,94,139); }

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

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

 a { background-color: rgb(168,94,139); }

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

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

 span { border-color: rgb(168,94,139); }

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