#A85487

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

Shades of Strikemaster #A85487

Tints of Strikemaster #A85487

Color information

#A85487 (or 0xA85487) is unknown color: approx Strikemaster. HEX triplet: A8, 54 and 87. RGB value is (168,84,135). Sum of RGB (Red+Green+Blue) = 168+84+135=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A85487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85487 is #57AB78. Grayscale: #727272. Windows color (decimal): -5745529 or 8869032. OLE color: 8869032.

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

Color convert

RGB16884135-
CMYK00.50.200.34
HSL323.57º33.33%49.41%-
HSV(B)323.57º50%65.88%-
XYZ23.6916.4124.84-
YUV114.93139.33165.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.41%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 135 (53.12% from 255) = 34.88%
R=43.41%
G=21.71%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688413500.50.200.34323.5733.3349.41
HexA8548703214221442131
Octal25012420706224425044161
Binary10101000101010010000111011001010100100010101000100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85487; }

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

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

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

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

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

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

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

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