#A85688

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

Shades of Strikemaster #A85688

Tints of Strikemaster #A85688

Color information

#A85688 (or 0xA85688) is unknown color: approx Strikemaster. HEX triplet: A8, 56 and 88. RGB value is (168,86,136). Sum of RGB (Red+Green+Blue) = 168+86+136=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A85688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85688 is #57A977. Grayscale: #747474. Windows color (decimal): -5745016 or 8935080. OLE color: 8935080.

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

Color convert

RGB16886136-
CMYK00.490.190.34
HSL323.41º32.28%49.8%-
HSV(B)323.41º48.81%65.88%-
XYZ23.9216.7625.27-
YUV116.22139.17164.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.08%
GREEN value IS 86 (33.98% from 255) = 22.05%
BLUE value IS 136 (53.52% from 255) = 34.87%
R=43.08%
G=22.05%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688613600.490.190.34323.4132.2849.8
HexA8568803113221432032
Octal25012621006123425034062
Binary10101000101011010001000011000110011100010101000011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85688; }

 p { color: rgb(168,86,136); }

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

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

 a { background-color: rgb(168,86,136); }

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

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

 span { border-color: rgb(168,86,136); }

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