#A85489

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

Shades of Strikemaster #A85489

Tints of Strikemaster #A85489

Color information

#A85489 (or 0xA85489) is unknown color: approx Strikemaster. HEX triplet: A8, 54 and 89. RGB value is (168,84,137). Sum of RGB (Red+Green+Blue) = 168+84+137=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A85489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85489 is #57AB76. Grayscale: #737373. Windows color (decimal): -5745527 or 9000104. OLE color: 9000104.

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

Color convert

RGB16884137-
CMYK00.50.180.34
HSL322.14º33.33%49.41%-
HSV(B)322.14º50%65.88%-
XYZ23.8316.4725.59-
YUV115.16140.33165.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.19%
GREEN value IS 84 (33.20% from 255) = 21.59%
BLUE value IS 137 (53.91% from 255) = 35.22%
R=43.19%
G=21.59%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688413700.50.180.34322.1433.3349.41
HexA8548903212221422131
Octal25012421106222425024161
Binary10101000101010010001001011001010010100010101000010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85489; }

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

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

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

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

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

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

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

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